@@ -82,21 +82,46 @@ cmsis5: clean print_info
82
82
--exclude=CMSIS/DSP/Lib/ARM \
83
83
--exclude=CMSIS/DSP/Lib/ARMCLANG \
84
84
--exclude=CMSIS/DSP/Lib/IAR \
85
+ --exclude=CMSIS/DSP/Platforms \
85
86
--exclude=CMSIS/DSP/Projects \
87
+ --exclude=CMSIS/DSP/PythonWrapper \
88
+ --exclude=CMSIS/DSP/Scripts \
89
+ --exclude=CMSIS/DSP/Testing \
90
+ --exclude=CMSIS/DSP/Toolchain \
86
91
--exclude=CMSIS/NN/Examples \
87
92
--exclude=CMSIS/NN/NN_Lib_Tests \
93
+ --exclude=CMSIS/NN/Scripts \
94
+ --exclude=CMSIS/NN/Tests \
88
95
--exclude=CMSIS/Pack \
89
96
--exclude=CMSIS/RTOS/RTX/Library/ARM \
97
+ --exclude=CMSIS/RTOS/RTX/LIB/ARM \
90
98
--exclude=CMSIS/RTOS/RTX/Library/IAR \
91
- --exclude=CMSIS/RTOS2/RTX/Examples \
99
+ --exclude=CMSIS/RTOS/RTX/LIB/IAR \
100
+ --exclude=CMSIS/RTOS/RTX/SRC/ARM \
101
+ --exclude=CMSIS/RTOS/RTX/SRC/IAR \
102
+ --exclude=CMSIS/RTOS2/RTX/Examples* \
92
103
--exclude=CMSIS/RTOS2/RTX/Library/ARM \
93
104
--exclude=CMSIS/RTOS2/RTX/Library/IAR \
105
+ --exclude=CMSIS/RTOS2/RTX/Source/ARM \
106
+ --exclude=CMSIS/RTOS2/RTX/Source/IAR \
94
107
--exclude=CMSIS/Utilities \
108
+ --exclude=Device/_Template_Vendor/Vendor/Device/Source/ARM \
109
+ --exclude=Device/_Template_Vendor/Vendor/Device/Source/IAR \
110
+ --exclude=Device/_Template_Vendor/Vendor/Device_A \
111
+ --exclude=Device/ARM/* /Source/AC5 \
112
+ --exclude=Device/ARM/* /Source/AC6 \
113
+ --exclude=Device/ARM/* /Source/ARM \
114
+ --exclude=Device/ARM/* /Source/IAR \
115
+ --exclude=Device/Utilities \
116
+ --exclude=* .cmake \
117
+ --exclude=CMakeLists.txt \
95
118
--exclude=.git \
96
119
--exclude=.gitignore \
97
120
--exclude=.gitattributes \
98
121
--exclude=manifest \
99
122
--exclude=* .pdf \
123
+ --exclude=* .py \
124
+ --exclude=* .scvd \
100
125
--transform " s|CMSIS_5|CMSIS|" \
101
126
-cjf " $( PACKAGE_NAME) -$( PACKAGE_VERSION) .tar.bz2" " $( PACKAGE_FOLDER) "
102
127
$(MAKE ) PACKAGE_VERSION=$(PACKAGE_VERSION ) --no-builtin-rules postpackaging -C .
0 commit comments