zephyr/boards/arm/v2m_musca_b1/board.cmake
Øyvind Rønningstad a28da5118d tfm: Configure TFM via Kconfig instead of Cmake
Add Kconfig options that will be used by the module
to call the function with the desired parameters.
Refactor the tfm_integration samples and
the supported boards.

Update west.yml to bring in Cmake changes that use the new KConfigs.

Signed-off-by: Øyvind Rønningstad <oyvind.ronningstad@nordicsemi.no>
2020-11-17 14:39:52 +02:00

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)