79cac4e58d
Musca-S1 is a Cortex-M33 based SoC. It's similar to the Musca-B1, but among other things the embedded flash has been replaced with embedded MRAM (eMRAM) memory. The Musca-S1 files have been created based on the Musca-B1 SoC and board files. Add the Musca-S1 board to the list of allowed platforms for the TF-M integration examples. Change-Id: I4f517d28d0a5b8c4a3fc3fab73adb5519acfc3c2 Signed-off-by: David Vincze <david.vincze@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_s1")
|
|
|
|
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
|