mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-21 12:29:23 +01:00
see #1227
tgz reduced from 79M(395M uncompressed) to 56M(193M uncompressed)
This commit is contained in:
parent
5edc110f61
commit
067b14a16c
@ -89,7 +89,14 @@
|
||||
|
||||
<!-- copy hardware folder -->
|
||||
<copy todir="${target.path}/hardware">
|
||||
<fileset dir="../hardware" />
|
||||
<fileset dir="../hardware">
|
||||
<exclude name="arduino/sam/system/CMSIS/Device/ATMEL/*/svd/"/>
|
||||
<exclude name="arduino/sam/system/CMSIS/Device/ATMEL/*/html/"/>
|
||||
<exclude name="arduino/sam/system/CMSIS/CMSIS/Lib/ARM/*M0*"/>
|
||||
<exclude name="arduino/sam/system/CMSIS/CMSIS/Lib/ARM/*M4*"/>
|
||||
<exclude name="arduino/sam/system/CMSIS/CMSIS/Lib/GCC/*M0*"/>
|
||||
<exclude name="arduino/sam/system/CMSIS/CMSIS/Lib/GCC/*M4*"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
|
||||
<!-- copy shared examples folder -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user