From f3cbacf3e99a805cee98a0769e73e946fb713297 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 5 Aug 2025 20:34:37 -0700 Subject: [PATCH 1/2] 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 From 74a6235ab6eda16e0c4f1cf43b1ba0926bc7a9ed Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 11 Aug 2025 12:25:26 -0700 Subject: [PATCH 2/2] west: Add cmsis-dsp fix for shifting by negative amounts This patch has been accepted upstream https://github.com/ARM-software/CMSIS-DSP/pull/265. The module PR, https://github.com/zephyrproject-rtos/cmsis-dsp/pull/7 is pending review. Signed-off-by: Keith Packard --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index e9c70ed7d577a..e540790301508 100644 --- a/west.yml +++ b/west.yml @@ -122,7 +122,7 @@ manifest: groups: - hal - name: cmsis-dsp - revision: 2c014e93d75c4896df57f072b3f7d5d06e37f254 + revision: pull/7/head path: modules/lib/cmsis-dsp - name: cmsis-nn revision: e9328d612ea3ea7d0d210d3ac16ea8667c01abdd