Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
b1a67099fce4743eb996db35e24631c8e06c3186
/
.
/
boards
/
arm
/
zybo
/
board.cmake
blob: 0d3dae9262ac380176fbc907862d5bd5fe6e457a [
file
] [
log
] [
blame
]
# Copyright (c) 2022 Henrik Brix Andersen <henrik@brixandersen.dk>
# SPDX-License-Identifier: Apache-2.0
board_runner_args
(
openocd
"--use-elf"
"--cmd-reset-halt"
"halt"
)
include
(
$
{
ZEPHYR_BASE
}/
boards
/
common
/
openocd
.
board
.
cmake
)