Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
10bb61ee7d0a05bd2d21a42c61a982b0edc26eea
/
.
/
boards
/
renesas
/
rcar_spider_s4
/
board.cmake
blob: 01310776d4c737329715e45c19e9c2177f1c2b5b [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
if
(
CONFIG_BOARD_RCAR_SPIDER_S4_R8A779F0_R52
)
board_runner_args
(
openocd
"--use-elf"
)
include
(
$
{
ZEPHYR_BASE
}/
boards
/
common
/
openocd
.
board
.
cmake
)
endif
()