Skip to content

Commit 468d06d

Browse files
anhmoltnordicjm
authored andcommitted
[nrf noup] modules: hal_nordic: need exactly nrf-regtool v5.5.1
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 <[email protected]>
1 parent 46da567 commit 468d06d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hal_nordic/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if(CONFIG_NRF_REGTOOL_GENERATE_BICR)
1515
list(APPEND nrf_regtool_components GENERATE:BICR)
1616
endif()
1717
if(DEFINED nrf_regtool_components)
18-
find_package(nrf-regtool 5.3.2 REQUIRED
18+
find_package(nrf-regtool 5.5.1 EXACT REQUIRED
1919
COMPONENTS ${nrf_regtool_components}
2020
PATHS ${CMAKE_CURRENT_LIST_DIR}/nrf-regtool
2121
NO_CMAKE_PATH

0 commit comments

Comments
 (0)