From 5d2b574c264aca80423b5dad0763056797199aa0 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Tue, 23 Jul 2024 11:13:57 +0200 Subject: [PATCH] manifest: update MbedTLS version This commit aims at updating Mbed TLS version in order to include changes introduces in the official Mbed TLS repo by PR 9138. Currently this commit sets Mbed TLS to the proper PR's HEAD. It will be updated once the referenced PR will be merged. Signed-off-by: Valerio Setti --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index 4e3e8efcdd4397..4d26f9e641a19d 100644 --- a/west.yml +++ b/west.yml @@ -282,7 +282,7 @@ manifest: revision: 2b498e6f36d6b82ae1da12c8b7742e318624ecf5 path: modules/lib/gui/lvgl - name: mbedtls - revision: 2f24831ee13d399ce019c4632b0bcd440a713f7c + revision: pull/58/head path: modules/crypto/mbedtls groups: - crypto