We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2f702e commit f308f00Copy full SHA for f308f00
modules/hal_nordic/CMakeLists.txt
@@ -2,6 +2,10 @@
2
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
3
zephyr_get(NRFX_DIR SYSBUILD GLOBAL)
4
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
+
9
if(NOT DEFINED NRFX_DIR)
10
set(NRFX_DIR ${ZEPHYR_CURRENT_MODULE_DIR}/nrfx/ CACHE PATH "nrfx Directory")
11
endif()
0 commit comments