1# SPDX-License-Identifier: Apache-2.0 2 3if(CONFIG_BOARD_RAYTAC_MDBT53V_DB_40_NRF5340_CPUAPP OR CONFIG_BOARD_RAYTAC_MDBT53V_DB_40_NRF5340_CPUAPP_NS) 4 board_runner_args(jlink "--device=nrf5340_xxaa_app" "--speed=4000") 5endif() 6 7if(CONFIG_BOARD_RAYTAC_MDBT53V_DB_40_NRF5340_CPUNET) 8 board_runner_args(jlink "--device=nrf5340_xxaa_net" "--speed=4000") 9endif() 10 11include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake) 12include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) 13