blob: 1a211bc95c9fbdc0c8b2b0450ef1e98a1cc6632c [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
if(CONFIG_SOC_NRF5340_CPUAPP_QKAA)
board_runner_args(jlink "--device=nrf5340_xxaa_app" "--speed=4000")
endif()
if(CONFIG_SOC_NRF5340_CPUNET_QKAA)
board_runner_args(jlink "--device=nrf5340_xxaa_net" "--speed=4000")
endif()
include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)