Skip to content

Commit

Permalink
[nrf fromtree] modules: hal_nordic: bump regtool to 8.1.2
Browse files Browse the repository at this point in the history
Recent versions fixed issues for EXMIF and TDM pins as well as support
for dynamic placement of the ETR buffer.

Signed-off-by: Karsten Koenig <[email protected]>

(cherry picked from commit 5f6a3ebcf5f50885061db050ccacaeeeced7aef3)
  • Loading branch information
karstenkoenig authored and rlubos committed Feb 12, 2025
1 parent 5156ca3 commit ca2e76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/hal_nordic/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0
find_package(nrf-regtool 8.1.2
COMPONENTS ${nrf_regtool_components}
PATHS ${CMAKE_CURRENT_LIST_DIR}/nrf-regtool
NO_CMAKE_PATH
Expand Down

0 comments on commit ca2e76c

Please sign in to comment.