mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Adapting Rick's platform work to other platform changes.
This commit is contained in:
@ -208,6 +208,14 @@
|
||||
<fileset file="macosx/dist/eeprom.h" />
|
||||
</copy>
|
||||
|
||||
<exec executable="unzip">
|
||||
<arg value="-q" />
|
||||
<arg value="-n" />
|
||||
<arg value="-d" />
|
||||
<arg value="macosx/work/Arduino.app/Contents/Resources/Java/hardware/tools" />
|
||||
<arg value="macosx/dist/CodeSourcery_arm.zip" />
|
||||
</exec>
|
||||
|
||||
<antcall target="assemble">
|
||||
<param name="target.path" value="macosx/work/Arduino.app/Contents/Resources/Java" />
|
||||
</antcall>
|
||||
@ -430,6 +438,7 @@
|
||||
|
||||
<!-- Unzip AVR tools -->
|
||||
<unzip dest="windows/work/hardware" src="windows/avr_tools.zip" overwrite="false"/>
|
||||
<unzip dest="windows/work/hardware/tools" src="windows/CodeSourcery_arm.zip" overwrite="false"/>
|
||||
|
||||
<copy todir="windows/work/hardware/tools/avr/avr/include/avr">
|
||||
<fileset file="windows/eeprom.h" />
|
||||
|
@ -238,7 +238,7 @@ run.present.exclusive.macosx = true
|
||||
|
||||
# ARDUINO PREFERENCES
|
||||
board = uno
|
||||
target = arduino
|
||||
target = avr
|
||||
platform = avr
|
||||
software=ARDUINO
|
||||
|
||||
|
Reference in New Issue
Block a user