Skip to content

Commit 0349dab

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 7c385d6 commit 0349dab

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: pull/6/head
126126
path: modules/lib/cmsis-dsp
127127
- name: cmsis-nn
128128
revision: e9328d612ea3ea7d0d210d3ac16ea8667c01abdd

0 commit comments

Comments
 (0)