You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
440 B
13 lines
440 B
# 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/nrfutil.board.cmake) |
|
include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake) |
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|
|
|