From f0944a2b4d058f6192820564b185209d856d2609 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Thu, 24 Oct 2024 14:32:18 +0200 Subject: [PATCH] manifest: mbedtls: include patch for static key slots Update the Mbed TLS revision so as to take in a patch which allows to use static key slot buffers for the PSA Crypto core instead of dynamic (i.e. heap based) ones. Signed-off-by: Valerio Setti --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index 704e1749a71..a1664f58d00 100644 --- a/west.yml +++ b/west.yml @@ -280,7 +280,7 @@ manifest: revision: 2b498e6f36d6b82ae1da12c8b7742e318624ecf5 path: modules/lib/gui/lvgl - name: mbedtls - revision: a78176c6ff0733ba08018cba4447bd3f20de7978 + revision: 4952e1328529ee549d412b498ea71c54f30aa3b1 path: modules/crypto/mbedtls groups: - crypto