Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
8ae28b796e0419c967b9996faff06ba521a2b713
/
.
/
boards
/
common
/
pyocd.board.cmake
blob: 78d365bd30f5bf37c55574bfaa56c4b8c830e40c [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
board_set_flasher_ifnset
(
pyocd
)
board_set_debugger_ifnset
(
pyocd
)
if
(
CONFIG_SEMIHOST_CONSOLE
)
board_runner_args
(
pyocd
"--tool-opt=-S"
)
endif
()
board_finalize_runner_args
(
pyocd
"--dt-flash=y"
)