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_s1")
|
||
|
|
||
|
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
|