Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
6ed0a3557f9bc6fc20c9381394579c4390a8c3bf
/
.
/
boards
/
arm
/
v2m_musca_b1
/
board.cmake
blob: 3d207249d11a37bb9facdf47bbd3b02f9e54312e [
file
] [
log
] [
blame
]
#SPDX-License-Identifier: Apache-2.0
board_set_debugger_ifnset
(
pyocd
)
board_set_flasher_ifnset
(
pyocd
)
board_runner_args
(
pyocd
"--target=musca_b1"
)
include
(
$
{
ZEPHYR_BASE
}/
boards
/
common
/
pyocd
.
board
.
cmake
)