From 1132e6b87a7c212d8db1a7c2738132b9b9d78d0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Chru=C5=9Bci=C5=84ski?= Date: Fri, 11 Apr 2025 10:41:40 +0200 Subject: [PATCH] manifest: Update zephyr with s2ram timing optimization MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit By moving cache enabling to earlier point s2ram resume is reduced from 180us to 33us. Signed-off-by: Krzysztof Chruściński --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index 1de4f1fe9721..bbc44a4eccce 100644 --- a/west.yml +++ b/west.yml @@ -65,7 +65,7 @@ manifest: # https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html - name: zephyr repo-path: sdk-zephyr - revision: 7e1daf0211b902f0aa49c47ec23746b60d750d55 + revision: pull/2746/head import: # In addition to the zephyr repository itself, NCS also # imports the contents of zephyr/west.yml at the above