Skip to content

Commit f308f00

Browse files
committed
modules: hal_nordic: use latest nrfx
Signed-off-by: Michał Bainczyk <[email protected]>
1 parent f2f702e commit f308f00

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/hal_nordic/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
33
zephyr_get(NRFX_DIR SYSBUILD GLOBAL)
44

5+
# Set path to the latest version of nrfx
6+
set(NRFX_DIR ${CMAKE_CURRENT_LIST_DIR}/../../../nrfx/)
7+
set(NRFX_DIR ${NRFX_DIR} CACHE STRING "Path to nrfx")
8+
59
if(NOT DEFINED NRFX_DIR)
610
set(NRFX_DIR ${ZEPHYR_CURRENT_MODULE_DIR}/nrfx/ CACHE PATH "nrfx Directory")
711
endif()

0 commit comments

Comments
 (0)