Skip to content

Commit ae9ae38

Browse files
committed
west: Add mbedtls fix for gcc 14.3
This patch (merged upstream and to zephyr fork) 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 <keithp@keithp.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent 169cf86 commit ae9ae38

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
@@ -316,7 +316,7 @@ manifest:
316316
revision: b03edc8e6282a963cd312cd0b409eb5ce263ea75
317317
path: modules/lib/gui/lvgl
318318
- name: mbedtls
319-
revision: 85440ef5fffa95d0e9971e9163719189cf34d979
319+
revision: 2994b29fcae7e1d7fc6b8f38d9f922032ee90e6e
320320
path: modules/crypto/mbedtls
321321
groups:
322322
- crypto

0 commit comments

Comments
 (0)