modules: hal_nordic: bump regtool to 9.0.1
Fixes an issue where pinctrl psel properties encoded with NRF_PSEL_DISCONNECTED() caused a build failure. Signed-off-by: Jonathan Nilsen <jonathan.nilsen@nordicsemi.no>
This commit is contained in:
parent
a41cacdf34
commit
8c5755cc8a
1 changed files with 1 additions and 1 deletions
|
@ -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 9.0.0
|
||||
find_package(nrf-regtool 9.0.1
|
||||
COMPONENTS ${nrf_regtool_components}
|
||||
PATHS ${CMAKE_CURRENT_LIST_DIR}/nrf-regtool
|
||||
NO_CMAKE_PATH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue