Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
4826bc1529808b9de4ed831f95718d62054f0d96
/
.
/
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
)