Skip to content

Commit 71fe633

Browse files
[nrf fromlist] modules: hal_nordic: bump regtool to 9.1.0
Upstream PR #: #88898 Changes for this package version: * CTRLSEL is now set appropriately for the SPIS121 pins. * DPPI.LINK configuration is now skipped when processing the 'dppic130' devicetree node. Signed-off-by: Jonathan Nilsen <[email protected]>
1 parent 8271aa0 commit 71fe633

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
@@ -12,7 +12,7 @@ if(CONFIG_NRF_REGTOOL_GENERATE_UICR)
1212
list(APPEND nrf_regtool_components GENERATE:UICR)
1313
endif()
1414
if(DEFINED nrf_regtool_components)
15-
find_package(nrf-regtool 9.0.1
15+
find_package(nrf-regtool 9.1.0
1616
COMPONENTS ${nrf_regtool_components}
1717
PATHS ${CMAKE_CURRENT_LIST_DIR}/nrf-regtool
1818
NO_CMAKE_PATH

0 commit comments

Comments
 (0)