mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
see #1227
tgz reduced from 79M(395M uncompressed) to 56M(193M uncompressed)
This commit is contained in:
committed by
Federico Fissore
parent
5edc110f61
commit
067b14a16c
@ -89,7 +89,14 @@
|
|||||||
|
|
||||||
<!-- copy hardware folder -->
|
<!-- copy hardware folder -->
|
||||||
<copy todir="${target.path}/hardware">
|
<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>
|
||||||
|
|
||||||
<!-- copy shared examples folder -->
|
<!-- copy shared examples folder -->
|
||||||
|
Reference in New Issue
Block a user