From 36a21297f3b177da40478ca1f5472e58523d7990 Mon Sep 17 00:00:00 2001 From: Karsten Koenig Date: Tue, 1 Oct 2024 08:48:28 +0200 Subject: [PATCH] modules: hal_nordic: Require nrf-regtool 6.0.0 nrf-regtool 6.0.0 introduced support for more trace configurations in the nrf54H20, so bump the version to make sure those new features can be used. Signed-off-by: Karsten Koenig --- modules/hal_nordic/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hal_nordic/CMakeLists.txt b/modules/hal_nordic/CMakeLists.txt index a9384a03633431..649ed24a30f90d 100644 --- a/modules/hal_nordic/CMakeLists.txt +++ b/modules/hal_nordic/CMakeLists.txt @@ -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 5.6.0 REQUIRED + find_package(nrf-regtool 6.0.0 REQUIRED COMPONENTS ${nrf_regtool_components} PATHS ${CMAKE_CURRENT_LIST_DIR}/nrf-regtool NO_CMAKE_PATH