From 1f147739ca95ea155065f8adb644396eba6028a8 Mon Sep 17 00:00:00 2001 From: Frederic Pillon Date: Tue, 26 May 2026 14:59:56 +0200 Subject: [PATCH 1/2] chore: update CMSIS 6 and DSP versions CMSIS_6: v6.3.0 CMSIS-DSP: v1.17.0 Signed-off-by: Frederic Pillon --- CMSIS-DSP | 2 +- CMSIS_6 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMSIS-DSP b/CMSIS-DSP index d5717e4..e366b07 160000 --- a/CMSIS-DSP +++ b/CMSIS-DSP @@ -1 +1 @@ -Subproject commit d5717e454fec0337bef114a21f1d2d01d74f2701 +Subproject commit e366b0761557f07c759c9e238a44b3b10bb1914b diff --git a/CMSIS_6 b/CMSIS_6 index 6f0a58d..45dab71 160000 --- a/CMSIS_6 +++ b/CMSIS_6 @@ -1 +1 @@ -Subproject commit 6f0a58d01aa9bd2feba212097f9afe7acd991d52 +Subproject commit 45dab712ad84f8cbbf2b7bfc089c19088507df6f From 7388d51720a47bd50bf91d06af0cc67643d1aa45 Mon Sep 17 00:00:00 2001 From: Frederic Pillon Date: Tue, 26 May 2026 15:19:39 +0200 Subject: [PATCH 2/2] chore: clean up new DSP version Signed-off-by: Frederic Pillon --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index f84bbe1..32633a7 100644 --- a/Makefile +++ b/Makefile @@ -83,6 +83,8 @@ cmsis_dsp: clean print_info --exclude=PythonWrapper \ --exclude=Scripts \ --exclude=Testing \ + --exclude=tools \ + --exclude=zephyr \ --exclude=.git \ --exclude=.gitignore \ --exclude=CMakeLists.txt \ @@ -92,6 +94,9 @@ cmsis_dsp: clean print_info --exclude=PythonWrapper_README.md \ --exclude=setup.py \ --exclude=vcpkg-configuration.json \ + --exclude=vcpkg-neon-configuration.json \ + --exclude=compile_commands.json \ + --exclude=AGENTS.md \ --transform "s|CMSIS-DSP|CMSIS_DSP|" \ -cjf "$(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.bz2" "$(PACKAGE_FOLDER)" $(MAKE) PACKAGE_NAME=$(PACKAGE_NAME) PACKAGE_VERSION=$(PACKAGE_VERSION) CMSIS_VERSION=$(CMSIS_VERSION) --no-builtin-rules postpackaging -C .