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 5ce1b7f commit a2f417bCopy full SHA for a2f417b
modules/hal_nordic/CMakeLists.txt
@@ -1,5 +1,10 @@
1
# Copyright (c) 2025 Nordic Semiconductor ASA
2
# 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
8
zephyr_get(NRFX_DIR SYSBUILD GLOBAL)
9
10
if(NOT DEFINED NRFX_DIR)
0 commit comments