mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 13:22:36 +00:00
Enable pyocd support on musca-b1 board. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
9 lines
206 B
CMake
9 lines
206 B
CMake
#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)
|