We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5edc110 commit 067b14aCopy full SHA for 067b14a
build/build.xml
@@ -89,7 +89,14 @@
89
90
<!-- copy hardware folder -->
91
<copy todir="${target.path}/hardware">
92
- <fileset dir="../hardware" />
+ <fileset dir="../hardware">
93
+ <exclude name="arduino/sam/system/CMSIS/Device/ATMEL/*/svd/"/>
94
+ <exclude name="arduino/sam/system/CMSIS/Device/ATMEL/*/html/"/>
95
+ <exclude name="arduino/sam/system/CMSIS/CMSIS/Lib/ARM/*M0*"/>
96
+ <exclude name="arduino/sam/system/CMSIS/CMSIS/Lib/ARM/*M4*"/>
97
+ <exclude name="arduino/sam/system/CMSIS/CMSIS/Lib/GCC/*M0*"/>
98
+ <exclude name="arduino/sam/system/CMSIS/CMSIS/Lib/GCC/*M4*"/>
99
+ </fileset>
100
</copy>
101
102
<!-- copy shared examples folder -->
0 commit comments