1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-17 22:23:10 +03:00

Added bootloader files and the programming commands

including the script which sets the correct fuses
currently working only on mac os x but easy to port
to windows/linux
This commit is contained in:
Massimo Banzi
2005-09-14 17:04:31 +00:00
parent 5432861f2a
commit 15ae9ab1b0
9 changed files with 828 additions and 300 deletions

1
bootloader/program.command Executable file
View File

@ -0,0 +1 @@
uisp -dpart=ATmega8 -dprog=avrisp -dserial=/dev/tty.usbserial0 -dspeed=115200 if=ATMegaBOOT.hex --erase --upload --verify