Skip to content

Commit

Permalink
[nrf noup] modules: hal_nordic: need exactly nrf-regtool v5.5.1
Browse files Browse the repository at this point in the history
Version 5.5.1 of nrf-regtool is required for the IPC communication
to/from secdom to work after the mbox compatible rename.

This commit is to be removed when synchronizing sdk-zephyr with
upstream zephyr and a newer version of nrf-regtool is required.

Signed-off-by: Andreas Moltumyr <andreas.moltumyr@nordicsemi.no>
  • Loading branch information
anhmolt authored and nordicjm committed Aug 23, 2024
1 parent 46da567 commit 468d06d
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 @@ -15,7 +15,7 @@ if(CONFIG_NRF_REGTOOL_GENERATE_BICR)
list(APPEND nrf_regtool_components GENERATE:BICR)
endif()
if(DEFINED nrf_regtool_components)
find_package(nrf-regtool 5.3.2 REQUIRED
find_package(nrf-regtool 5.5.1 EXACT REQUIRED
COMPONENTS ${nrf_regtool_components}
PATHS ${CMAKE_CURRENT_LIST_DIR}/nrf-regtool
NO_CMAKE_PATH
Expand Down

0 comments on commit 468d06d

Please sign in to comment.