Skip to content

Commit a2f417b

Browse files
committed
Revert "modules: hal_nordic: use hal_nordic for nrfx 4.0-rc1 release"
This reverts commit 5ce1b7f.
1 parent 5ce1b7f commit a2f417b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/hal_nordic/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Copyright (c) 2025 Nordic Semiconductor ASA
22
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
3+
4+
# Set path to the latest version of nrfx
5+
set(NRFX_DIR ${CMAKE_CURRENT_LIST_DIR}/../../../nrfx/)
6+
set(NRFX_DIR ${NRFX_DIR} CACHE STRING "Path to nrfx")
7+
38
zephyr_get(NRFX_DIR SYSBUILD GLOBAL)
49

510
if(NOT DEFINED NRFX_DIR)

0 commit comments

Comments
 (0)