From 27a9a522ef7c246d3fea46e47eb3053679bf9003 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 d92429c5c707..607707279797 100644 --- a/west.yml +++ b/west.yml @@ -70,7 +70,7 @@ manifest: # https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html - name: zephyr repo-path: sdk-zephyr - revision: 47893258ef36e758020524ba236fcc88aa2e042d + revision: pull/2512/head import: # In addition to the zephyr repository itself, NCS also # imports the contents of zephyr/west.yml at the above