Skip to content

Commit 88e0171

Browse files
keith-packardnashif
authored andcommitted
west: Add mbedtls fix for gcc 14.3
This patch (submitted upstream) avoids an incorrect warning generated by gcc 14.3 about array bounds. It should not change the generated code at all. Signed-off-by: Keith Packard <[email protected]> Signed-off-by: Anas Nashif <[email protected]>
1 parent f85eb1f commit 88e0171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ manifest:
305305
revision: 1ed1ddd881c3784049a92bb9fe37c38c6c74d998
306306
path: modules/lib/gui/lvgl
307307
- name: mbedtls
308-
revision: 5f889934359deccf421554c7045a8381ef75298f
308+
revision: pull/73/head
309309
path: modules/crypto/mbedtls
310310
groups:
311311
- crypto

0 commit comments

Comments
 (0)