We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd1335 commit 98853efCopy full SHA for 98853ef
boards/nordic/nrf54l15dk/board.cmake
@@ -2,7 +2,7 @@
2
# SPDX-License-Identifier: Apache-2.0
3
4
if(CONFIG_SOC_NRF54L05_CPUAPP OR CONFIG_SOC_NRF54L10_CPUAPP OR CONFIG_SOC_NRF54L15_CPUAPP)
5
- board_runner_args(jlink "--device=nRF54L15_M33" "--speed=4000")
+ board_runner_args(jlink "--device=nRF54L15_M33" "--speed=4000")
6
elseif(CONFIG_SOC_NRF54L15_CPUFLPR)
7
board_runner_args(jlink "--device=nRF54L15_RV32")
8
elseif(CONFIG_SOC_NRF54L05_CPUFLPR OR CONFIG_SOC_NRF54L10_CPUFLPR)
0 commit comments