Skip to content

Commit 724ac3a

Browse files
mib1-nordicmasz-nordic
authored andcommitted
modules: hal_nordic: set NRFX_DIR to point to nrfx in development
This is a temporary change until nrfx-4.0 is released, to be able to test NCS CI with in-development nrfx. Signed-off-by: Michał Bainczyk <[email protected]>
1 parent 978f9c8 commit 724ac3a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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)

west.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,6 @@ manifest:
274274
revision: d5fad6bd094899101a4e5fd53af7298160ced6ab
275275
groups:
276276
- benchmark
277-
# latest nrfx
278277
- name: nrfx
279278
remote: ncs
280279
path: nrfx

0 commit comments

Comments
 (0)