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

BIN
build/linux/dist/tools/avrdude vendored Executable file

Binary file not shown.

11721
build/linux/dist/tools/avrdude.conf vendored Normal file

File diff suppressed because it is too large Load Diff

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...