File tree Expand file tree Collapse file tree 3 files changed +6
-11
lines changed Expand file tree Collapse file tree 3 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,15 @@ if(CONFIG_BOARD_NRF5340DK_NRF5340_CPUAPP_NS)
5
5
endif ()
6
6
7
7
if (CONFIG_BOARD_NRF5340DK_NRF5340_CPUAPP OR CONFIG_BOARD_NRF5340DK_NRF5340_CPUAPP_NS )
8
- board_runner_args (jlink "--device=nrf5340_xxaa_app" "--speed=4000" )
8
+ board_runner_args (jlink "--device=nrf5340_xxaa_app" "--speed=4000" )
9
9
endif ()
10
10
11
11
if (CONFIG_TFM_FLASH_MERGED_BINARY )
12
12
set_property (TARGET runners_yaml_props_target PROPERTY hex_file tfm_merged.hex )
13
13
endif ()
14
14
15
15
if (CONFIG_BOARD_NRF5340DK_NRF5340_CPUNET )
16
- board_runner_args (jlink "--device=nrf5340_xxaa_net" "--speed=4000" )
16
+ board_runner_args (jlink "--device=nrf5340_xxaa_net" "--speed=4000" )
17
17
endif ()
18
18
19
19
include (${ZEPHYR_BASE} /boards/common/nrfutil.board.cmake )
Original file line number Diff line number Diff line change 1
1
# Copyright (c) 2024 Nordic Semiconductor ASA
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
- if (CONFIG_SOC_NRF54L05_CPUAPP OR CONFIG_SOC_NRF54L10_CPUAPP OR
5
- CONFIG_SOC_NRF54L15_CPUAPP )
4
+ if (CONFIG_SOC_NRF54L05_CPUAPP OR CONFIG_SOC_NRF54L10_CPUAPP OR CONFIG_SOC_NRF54L15_CPUAPP )
6
5
board_runner_args (jlink "--device=cortex-m33" "--speed=4000" )
7
- elseif (CONFIG_SOC_NRF54L05_CPUFLPR OR CONFIG_SOC_NRF54L10_CPUFLPR OR
8
- CONFIG_SOC_NRF54L15_CPUFLPR )
6
+ elseif (CONFIG_SOC_NRF54L05_CPUFLPR OR CONFIG_SOC_NRF54L10_CPUFLPR OR CONFIG_SOC_NRF54L15_CPUFLPR )
9
7
set (JLINKSCRIPTFILE ${CMAKE_CURRENT_LIST_DIR} /support/nrf54l_05_10_15_cpuflpr.JLinkScript )
10
8
board_runner_args (jlink "--device=RISC-V" "--speed=4000" "-if SW" "--tool-opt=-jlinkscriptfile ${JLINKSCRIPTFILE} " )
11
9
endif ()
Original file line number Diff line number Diff line change 1
1
# Copyright (c) 2024 Nordic Semiconductor ASA
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
- if (CONFIG_BOARD_NRF7002DK_NRF5340_CPUAPP OR
5
- CONFIG_BOARD_NRF7002DK_NRF5340_CPUAPP_NRF7001 )
4
+ if (CONFIG_BOARD_NRF7002DK_NRF5340_CPUAPP OR CONFIG_BOARD_NRF7002DK_NRF5340_CPUAPP_NRF7001 )
6
5
board_runner_args (jlink "--device=nrf5340_xxaa_app" "--speed=4000" )
7
- endif ()
8
-
9
- if (CONFIG_BOARD_NRF7002DK_NRF5340_CPUNET )
6
+ elseif (CONFIG_BOARD_NRF7002DK_NRF5340_CPUNET )
10
7
board_runner_args (jlink "--device=nrf5340_xxaa_net" "--speed=4000" )
11
8
endif ()
12
9
You can’t perform that action at this time.
0 commit comments