From e5786d331d30247ff64190b741ff05e101ad7d1e Mon Sep 17 00:00:00 2001 From: Andrzej Kuros Date: Thu, 6 Jul 2023 13:38:09 +0200 Subject: [PATCH] manifest: update zephyr with nrf5340 net core crash fix This commit brings in zephyr containing the fix against crashes of nrf5340 net core when wfi instruction was followed by access to the memory. Signed-off-by: Andrzej Kuros --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index 0144832fe83..e946d8bb39f 100644 --- a/west.yml +++ b/west.yml @@ -59,7 +59,7 @@ manifest: # https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html - name: zephyr repo-path: sdk-zephyr - revision: 01e2e4c9ce8294d74032a2d33e0dcb1b74802568 + revision: 77ed2a43ed4f52fd9ce19c71525617ac2a9948a7 import: # In addition to the zephyr repository itself, NCS also # imports the contents of zephyr/west.yml at the above