Skip to content

Commit 39fab0d

Browse files
committed
[nrf fromlist] modules: hal_nordic: bump regtool to 8.0.0
It is required for some pinctrl changes. Upstream PR #: 80291 Signed-off-by: Gerard Marull-Paretas <[email protected]> (cherry picked from commit 8f16cac24802be9622cd06b2b82cd1f024f7ba71)
1 parent f448aa1 commit 39fab0d

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 7.0.0 REQUIRED
18+
find_package(nrf-regtool 8.0.0
1919
COMPONENTS ${nrf_regtool_components}
2020
PATHS ${CMAKE_CURRENT_LIST_DIR}/nrf-regtool
2121
NO_CMAKE_PATH

0 commit comments

Comments
 (0)