Skip to content

Commit 067b14a

Browse files
ffissoreFederico Fissore
authored and
Federico Fissore
committed
see #1227
tgz reduced from 79M(395M uncompressed) to 56M(193M uncompressed)
1 parent 5edc110 commit 067b14a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Diff for: build/build.xml

+8-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,14 @@
8989

9090
<!-- copy hardware folder -->
9191
<copy todir="${target.path}/hardware">
92-
<fileset dir="../hardware" />
92+
<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>
93100
</copy>
94101

95102
<!-- copy shared examples folder -->

0 commit comments

Comments
 (0)