From 787054ce9935ee64f6a4b10f2eaba36921beb298 Mon Sep 17 00:00:00 2001 From: Marcin Szymczyk Date: Tue, 28 Oct 2025 18:32:06 +0100 Subject: [PATCH 1/2] manifest: update nrfx, nrfxlib and sdk-zephyr With renaming of soc to lib. Signed-off-by: Marcin Szymczyk --- west.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/west.yml b/west.yml index 5af7031f52e..b29e081ef43 100644 --- a/west.yml +++ b/west.yml @@ -66,7 +66,7 @@ manifest: # https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html - name: zephyr repo-path: sdk-zephyr - revision: 8895787ac530999ea26e3018d65ba43a8ae5c8d8 + revision: 284a3ad9415b21c9509179386d46d654e6ac0e88 import: # In addition to the zephyr repository itself, NCS also # imports the contents of zephyr/west.yml at the above @@ -146,7 +146,7 @@ manifest: - name: nrfxlib repo-path: sdk-nrfxlib path: nrfxlib - revision: ff5b4a1dda75ef8689bffc2df47fbd9186e1fc82 + revision: 582fb48911f0c4914dfadc9444ad118e2c9060db - name: trusted-firmware-m repo-path: sdk-trusted-firmware-m path: modules/tee/tf-m/trusted-firmware-m @@ -280,7 +280,7 @@ manifest: path: nrfx groups: - nrfx - revision: 4e70199c3df9a1e5033d74e483751caba1cdde67 + revision: 978ef18e9c9c57b56185f1f7dd7cb4c3df278a8d # West-related configuration for the nrf repository. self: From b6e6554ee4827cd55ca62544b22728d6b52a5a7b Mon Sep 17 00:00:00 2001 From: Marcin Szymczyk Date: Wed, 29 Oct 2025 20:58:23 +0100 Subject: [PATCH 2/2] boards: align to relocation of nrfx_coredep It is in lib, not in soc. Signed-off-by: Marcin Szymczyk --- soc/nordic/nrf71/soc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soc/nordic/nrf71/soc.c b/soc/nordic/nrf71/soc.c index b594563330a..d1cf70e7a17 100644 --- a/soc/nordic/nrf71/soc.c +++ b/soc/nordic/nrf71/soc.c @@ -31,7 +31,7 @@ #endif #include -#include +#include LOG_MODULE_REGISTER(soc, CONFIG_SOC_LOG_LEVEL);