Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
dea9343d617632c17a9db459f2b7dcb4df0d10ed
/
.
/
boards
/
riscv
/
hifive_unleashed
/
board.cmake
blob: 6142f4f1126b62a76df2223b452c2b94b67ef1f6 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
set
(
OPENOCD_USE_LOAD_IMAGE NO
)
board_runner_args
(
openocd
"--config=${BOARD_DIR}/support/openocd_hifive_unleashed.cfg"
)
include
(
$
{
ZEPHYR_BASE
}/
boards
/
common
/
openocd
.
board
.
cmake
)