From de07dda6fae85ea0ce065b1b6274df8fa8a4f69c Mon Sep 17 00:00:00 2001 From: Adam Kondraciuk Date: Tue, 21 May 2024 13:26:07 +0200 Subject: [PATCH] manifest: Update Zephyr revision Update Zephyr revision to have fixed kernel/timer tests when custom k_busy_wait implementation is chosen. Signed-off-by: Adam Kondraciuk --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index 93764ca15d05..c0c90ec4ccf5 100644 --- a/west.yml +++ b/west.yml @@ -63,7 +63,7 @@ manifest: # https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html - name: zephyr repo-path: sdk-zephyr - revision: 00266aa3b56f75168d14892728a7525e55d6b2ee + revision: pull/1727/head import: # In addition to the zephyr repository itself, NCS also # imports the contents of zephyr/west.yml at the above