Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
7fdc99a4cb0d27112235b2481fcad7bb686ff01f
/
.
/
boards
/
others
/
neorv32
/
board.cmake
blob: b5088e8677ec9906b56625275e809340294fefed [
file
] [
log
] [
blame
]
# Copyright (c) 2021 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
)