Skip to content

Commit b783738

Browse files
committed
chore: update CMSIS_DSP with latest version
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 4591370 commit b783738

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libraries/CMSIS_DSP/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ add_library(CMSIS_DSP_bin OBJECT EXCLUDE_FROM_ALL
4747
src/SVMFunctions/SVMFunctionsF16.c
4848
src/TransformFunctions/TransformFunctions.c
4949
src/TransformFunctions/TransformFunctionsF16.c
50+
src/WindowFunctions/WindowFunctions.c
5051
)
5152
target_link_libraries(CMSIS_DSP_bin PUBLIC CMSIS_DSP_usage)
5253

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#include "../Source/WindowFunctions/WindowFunctions.c"

0 commit comments

Comments
 (0)