Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
d9f065845d91fef456c38cbdbf90b3d31ba8ad8b
/
.
/
boards
/
renesas
/
rcar_h3ulcb
/
board.cmake
blob: 963f11d9f47df90c4892f8deefef7ac08e456862 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
if
(
CONFIG_BOARD_RCAR_H3ULCB_R8A77951_R7
)
board_runner_args
(
openocd
"--use-elf"
)
include
(
$
{
ZEPHYR_BASE
}/
boards
/
common
/
openocd
.
board
.
cmake
)
endif
()