From 4800ba0cd4fe9c6056128e6b1211ce37814147dc Mon Sep 17 00:00:00 2001 From: Georgios Vasilakis Date: Mon, 17 Feb 2025 15:10:51 +0100 Subject: [PATCH] manifest: Bring Zephyr with KMU reserved area fix Bring updated Zephyr which does not include the linker script which reserves the KMU buffer for non-XIP builds. Signed-off-by: Georgios Vasilakis --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index 2e1bc42d594..7a246482174 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: a2b33714ee8e918eddb102012e2c45f90f9c742d + revision: pull/2512/head import: # In addition to the zephyr repository itself, NCS also # imports the contents of zephyr/west.yml at the above