Skip to content

Commit

Permalink
boards: nordic: nRF91x1: update jlink device name
Browse files Browse the repository at this point in the history
JLink now recognises the proper device names.

Signed-off-by: Jordan Yates <[email protected]>
  • Loading branch information
JordanYates authored and kartben committed Jan 31, 2025
1 parent 77a350e commit e7ccf82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions boards/nordic/nrf9131ek/board.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ if(CONFIG_TFM_FLASH_MERGED_BINARY)
set_property(TARGET runners_yaml_props_target PROPERTY hex_file tfm_merged.hex)
endif()

# TODO: change to nRF9131_xxAA when such device is available in JLink
board_runner_args(jlink "--device=nRF9160_xxAA" "--speed=4000")
board_runner_args(jlink "--device=nRF9131_xxCA" "--speed=4000")
include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
3 changes: 1 addition & 2 deletions boards/nordic/nrf9151dk/board.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ if(CONFIG_TFM_FLASH_MERGED_BINARY)
set_property(TARGET runners_yaml_props_target PROPERTY hex_file tfm_merged.hex)
endif()

# TODO: change to nRF9151_xxAA when such device is available in JLink
board_runner_args(jlink "--device=nRF9160_xxAA" "--speed=4000")
board_runner_args(jlink "--device=nRF9151_xxCA" "--speed=4000")
include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
3 changes: 1 addition & 2 deletions boards/nordic/nrf9161dk/board.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ if(CONFIG_TFM_FLASH_MERGED_BINARY)
set_property(TARGET runners_yaml_props_target PROPERTY hex_file tfm_merged.hex)
endif()

# TODO: change to nRF9161_xxAA when such device is available in JLink
board_runner_args(jlink "--device=nRF9160_xxAA" "--speed=4000")
board_runner_args(jlink "--device=nRF9161_xxCA" "--speed=4000")
include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)

0 comments on commit e7ccf82

Please sign in to comment.