Skip to content

Commit

Permalink
modules: hal_nordic: Require nrf-regtool 6.0.0
Browse files Browse the repository at this point in the history
nrf-regtool 6.0.0 introduced support for more trace configurations in
the nrf54H20, so bump the version to make sure those new features can be
used.

Signed-off-by: Karsten Koenig <[email protected]>
  • Loading branch information
karstenkoenig committed Oct 1, 2024
1 parent a6ed05e commit 36a2129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/hal_nordic/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(CONFIG_NRF_REGTOOL_GENERATE_UICR)
list(APPEND nrf_regtool_components GENERATE:UICR)
endif()
if(DEFINED nrf_regtool_components)
find_package(nrf-regtool 5.6.0 REQUIRED
find_package(nrf-regtool 6.0.0 REQUIRED
COMPONENTS ${nrf_regtool_components}
PATHS ${CMAKE_CURRENT_LIST_DIR}/nrf-regtool
NO_CMAKE_PATH
Expand Down

0 comments on commit 36a2129

Please sign in to comment.