1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-03-21 12:29:23 +01:00

Adding bossac on the Mac.

It seems to compile and upload, but I haven't seen the LED blink yet.  Will keep investigating.
This commit is contained in:
David A. Mellis 2011-10-20 18:07:02 -04:00
parent d059beaa72
commit 645ab6f9a3
2 changed files with 6 additions and 0 deletions

View File

@ -204,6 +204,12 @@
<arg value="macosx/dist/tools-universal.zip" />
</exec>
<copy todir="macosx/work/Arduino.app/Contents/Resources/Java/hardware/tools">
<fileset file="macosx/dist/bossac" />
</copy>
<chmod file="macosx/work/Arduino.app/Contents/Resources/Java/hardware/tools/bossac" perm="755" />
<copy todir="macosx/work/Arduino.app/Contents/Resources/Java/hardware/tools/avr/avr/include/avr">
<fileset file="macosx/dist/eeprom.h" />
</copy>

BIN
build/macosx/dist/bossac vendored Executable file

Binary file not shown.