From f3cbacf3e99a805cee98a0769e73e946fb713297 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 5 Aug 2025 20:34:37 -0700 Subject: [PATCH] west: Add cmsis-dsp fix for gcc 14.3 GCC version 14.3 does more extensive checking for potentially uninitialized values and warns about a couple of arrays. Initialize them to zero to make the compiler happy. Signed-off-by: Keith Packard --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index 2a7ae1a9b2fce..e9c70ed7d577a 100644 --- a/west.yml +++ b/west.yml @@ -122,7 +122,7 @@ manifest: groups: - hal - name: cmsis-dsp - revision: d80a49b2bb186317dc1db4ac88da49c0ab77e6e7 + revision: 2c014e93d75c4896df57f072b3f7d5d06e37f254 path: modules/lib/cmsis-dsp - name: cmsis-nn revision: e9328d612ea3ea7d0d210d3ac16ea8667c01abdd