File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 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+
38zephyr_get(NRFX_DIR SYSBUILD GLOBAL )
49
510if (NOT DEFINED NRFX_DIR)
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments