modules: hal_nordic: require nrf-regtool 5.1.0
This new version is required to handle the upcoming IPC-related DT structure (i.e. BELLBOARD/VEVIF). Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
3eeb8f8d18
commit
afdddf1d22
|
@ -11,7 +11,7 @@ if(CONFIG_NRF_REGTOOL_GENERATE_UICR)
|
|||
list(APPEND nrf_regtool_components GENERATE:UICR)
|
||||
endif()
|
||||
if(DEFINED nrf_regtool_components)
|
||||
find_package(nrf-regtool 5.0.1
|
||||
find_package(nrf-regtool 5.1.0
|
||||
COMPONENTS ${nrf_regtool_components}
|
||||
PATHS ${CMAKE_CURRENT_LIST_DIR}/nrf-regtool
|
||||
NO_CMAKE_PATH
|
||||
|
|
Loading…
Reference in a new issue