From 9771d8bed01398a347a52439597293fe8d127eb8 Mon Sep 17 00:00:00 2001 From: Andrzej Kuros Date: Wed, 16 Aug 2023 14:18:10 +0200 Subject: [PATCH] manifest: zephyr: update zephyr wth 802154 multiple cca support This PR brings in sdk-zephyr with commits cherry-picked from upstream zephyr containing support for 802.15.4 Multiple CCA feature. Signed-off-by: Andrzej Kuros --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index eb04bf583b1..f29679b5c3d 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: 451c1c4b439597b6f4fa6466cb070a0b15aea641 + revision: 036274a34fee62c6404e7a428f6c1d48d69a8966 import: # In addition to the zephyr repository itself, NCS also # imports the contents of zephyr/west.yml at the above