a28da5118d
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>
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)
|