Skip to content

Commit 4d76855

Browse files
committed
[DNM] modules: hal_nordic: update nrfx to mdk 8.73
PR only for CI testing. Signed-off-by: Rafal Dyla <[email protected]>
1 parent 843ca70 commit 4d76855

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-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: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ manifest:
6565
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
6666
- name: zephyr
6767
repo-path: sdk-zephyr
68-
revision: 318b87179093864727c181d80c06565138a4d071
68+
revision: pull/3339/head
6969
import:
7070
# In addition to the zephyr repository itself, NCS also
7171
# imports the contents of zephyr/west.yml at the above
@@ -275,6 +275,11 @@ manifest:
275275
groups:
276276
- benchmark
277277

278+
- name: nrfx
279+
remote: ncs
280+
repo-path: nrfx
281+
revision: pull/964/head
282+
278283
# West-related configuration for the nrf repository.
279284
self:
280285
# This repository should be cloned to ncs/nrf.

0 commit comments

Comments
 (0)