1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-19 09:42:11 +03:00

Adding avrdude-5.4-arduino and copying bootloader168 into the linux distribution.

This commit is contained in:
David A. Mellis
2007-08-06 23:49:37 +00:00
parent c52bf007bb
commit 346552f284
3 changed files with 11722 additions and 0 deletions

View File

@ -50,6 +50,7 @@ echo Copying shared and core files...
cp -r ../shared/* work
rm -rf work/dist
cp -r ../../targets work/lib
cp -r ../../bootloader168 work
rm work/reference.zip
echo Copying examples...