From c70fcab7ab2f14355ddb21d29f57993e9b51c38b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Chru=C5=9Bci=C5=84ski?= Date: Tue, 8 Apr 2025 13:33:06 +0200 Subject: [PATCH] manifest: Update sdk-zephyr with nrf54h20 PM configuration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update sdk-zephyr with automatically enabling CONFIG_PM_DEVICE_RUNTIME for nrf54h20. 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 6ea88bdec0d7..945aa87bbf9f 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: cd267a7cf509e0785e3c7ab12d6c79646ef30e9c + revision: pull/2727/head import: # In addition to the zephyr repository itself, NCS also # imports the contents of zephyr/west.yml at the above