Browse Source

modules: hal_nordic: bump regtool to 9.0.0

Added support for VPR GPIOs and a more concise output print.

Signed-off-by: Jonathan Nilsen <jonathan.nilsen@nordicsemi.no>
pull/86807/head
Jonathan Nilsen 4 months ago committed by Benjamin Cabé
parent
commit
8e1f27a9fd
  1. 2
      modules/hal_nordic/CMakeLists.txt

2
modules/hal_nordic/CMakeLists.txt

@ -12,7 +12,7 @@ if(CONFIG_NRF_REGTOOL_GENERATE_UICR) @@ -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 8.1.3
find_package(nrf-regtool 9.0.0
COMPONENTS ${nrf_regtool_components}
PATHS ${CMAKE_CURRENT_LIST_DIR}/nrf-regtool
NO_CMAKE_PATH

Loading…
Cancel
Save