zephyr/boards/arm/v2m_musca_s1/board.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)