From 0be9add7f2d75aac5318b92903740c9f23ce1ca8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Mo=C5=84?= Date: Mon, 7 Apr 2025 14:03:10 +0200 Subject: [PATCH] manifest: pull in nRF54H20 USB hibernation fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit NCS v3.0.0-rc1 has a bug in nRF54H20 driver that results in dead USB device if the cable is disconnected while hibernated. Pull in the fix that makes USB work just fine when connected again after the cable was disconnected while hibernated. Signed-off-by: Tomasz Moń --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index c84b0ebd526..6ea88bdec0d 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: 3e19706cb5fb1ab4cfccd610ebd1a0d89e94a166 + revision: cd267a7cf509e0785e3c7ab12d6c79646ef30e9c import: # In addition to the zephyr repository itself, NCS also # imports the contents of zephyr/west.yml at the above