Skip to content

Commit f3cbacf

Browse files
committed
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 <[email protected]>
1 parent 0e3cd5b commit f3cbacf

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
@@ -122,7 +122,7 @@ manifest:
122122
groups:
123123
- hal
124124
- name: cmsis-dsp
125-
revision: d80a49b2bb186317dc1db4ac88da49c0ab77e6e7
125+
revision: 2c014e93d75c4896df57f072b3f7d5d06e37f254
126126
path: modules/lib/cmsis-dsp
127127
- name: cmsis-nn
128128
revision: e9328d612ea3ea7d0d210d3ac16ea8667c01abdd

0 commit comments

Comments
 (0)