boards: nordic: nrf54l15pdk: Default to nrfutil runner
nrfutil is becoming the default tool for flashing Nordic devices. Default to it for the nRF54L15. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
6b7558a9bf
commit
26ed19baeb
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@ elseif (CONFIG_SOC_NRF54L15_ENGA_CPUFLPR)
|
|||
board_runner_args(jlink "--speed=4000")
|
||||
endif()
|
||||
|
||||
include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
|
||||
include(${ZEPHYR_BASE}/boards/common/nrfutil.board.cmake)
|
||||
include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
|
||||
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue