From 387c99f87081d913145481a22d90a874f38b6a6d Mon Sep 17 00:00:00 2001 From: Georgios Vasilakis Date: Thu, 5 Sep 2024 13:03:42 +0200 Subject: [PATCH] manifest: Bring Zephyr with PSA RNG for NRF54H20 Brings Zephyr changes which automatically enable the PSA crypto as the entropy generator for Zephyr. Signed-off-by: Georgios Vasilakis --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index 5635e8c3c9e6..7871d5da5bb8 100644 --- a/west.yml +++ b/west.yml @@ -72,7 +72,7 @@ manifest: # https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html - name: zephyr repo-path: sdk-zephyr - revision: fb6ca20a06ba31a3dc1b86d6986d48ad4a5760b0 + revision: pull/2008/head import: # In addition to the zephyr repository itself, NCS also # imports the contents of zephyr/west.yml at the above