Skip to content

Commit f3cd9fb

Browse files
committed
Update Makefile to package CMSIS 5
Package size increase more and more. Remove useless folders not required for STM32duino Signed-off-by: Frederic.Pillon <[email protected]>
1 parent 374e209 commit f3cd9fb

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

Diff for: Makefile

+12-4
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,22 @@ cmsis5: clean print_info
7676
--exclude=CMSIS/CoreValidation \
7777
--exclude=CMSIS/Documentation \
7878
--exclude=CMSIS/DoxyGen \
79+
--exclude=CMSIS/DAP/Firmware/Examples/ \
80+
--exclude=CMSIS/DSP/DSP_Lib_TestSuite \
81+
--exclude=CMSIS/DSP/Examples \
82+
--exclude=CMSIS/DSP/Lib/ARM \
83+
--exclude=CMSIS/DSP/Lib/ARMCLANG \
84+
--exclude=CMSIS/DSP/Lib/IAR \
85+
--exclude=CMSIS/DSP/Projects \
7986
--exclude=CMSIS/NN/Examples \
8087
--exclude=CMSIS/NN/NN_Lib_Tests \
8188
--exclude=CMSIS/Pack \
89+
--exclude=CMSIS/RTOS/RTX/Library/ARM \
90+
--exclude=CMSIS/RTOS/RTX/Library/IAR \
91+
--exclude=CMSIS/RTOS2/RTX/Examples \
92+
--exclude=CMSIS/RTOS2/RTX/Library/ARM \
93+
--exclude=CMSIS/RTOS2/RTX/Library/IAR \
8294
--exclude=CMSIS/Utilities \
83-
--exclude=CMSIS/DSP/DSP_Lib_TestSuite \
84-
--exclude=CMSIS/DSP/Examples \
85-
--exclude=CMSIS/DSP/Projects \
86-
--exclude=Device/ARM/Documents \
8795
--exclude=.git \
8896
--exclude=.gitignore \
8997
--exclude=.gitattributes \

0 commit comments

Comments
 (0)