1# SPDX-License-Identifier: Apache-2.0 2 3if(CONFIG_BOARD_NRF5340_AUDIO_DK_NRF5340_CPUAPP_NS) 4 set(TFM_PUBLIC_KEY_FORMAT "full") 5endif() 6 7if(CONFIG_BOARD_NRF5340_AUDIO_DK_NRF5340_CPUAPP OR CONFIG_BOARD_NRF5340_AUDIO_DK_NRF5340_CPUAPP_NS) 8 board_runner_args(jlink "--device=nrf5340_xxaa_app" "--speed=4000") 9endif() 10 11if(CONFIG_BOARD_NRF5340_AUDIO_DK_NRF5340_CPUNET) 12 board_runner_args(jlink "--device=nrf5340_xxaa_net" "--speed=4000") 13endif() 14 15include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake) 16include(${ZEPHYR_BASE}/boards/common/nrfutil.board.cmake) 17include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) 18