Arduino/hardware/arduino/bootloaders
Zach Eveland a05a0d531b bugfix for Caterina not starting sketch if "verify upload" turned off in IDE.
Previously, if avrdude skipped the upload step the read while write memory might never be reenabled.  This would prevent the bootloader from ending and the sketch from starting - the bootloader just continued to run even after a successful upload.  Now enable RWW when we receive the AVR109 "Exit bootloader" 'E' command.  Had to disable lock bit changing support in the bootloader to free up flash for the change - will anyone miss it?
2012-03-14 17:48:11 -04:00
..
atmega Moving things around. 2009-11-07 17:05:21 +00:00
atmega8 Moving things around. 2009-11-07 17:05:21 +00:00
bt Adding ATmega328 version of the Arduino BT bootloader, along with a Makefile for building it. 2010-08-07 19:48:59 +00:00
caterina bugfix for Caterina not starting sketch if "verify upload" turned off in IDE. 2012-03-14 17:48:11 -04:00
lilypad Moving things around. 2009-11-07 17:05:21 +00:00
optiboot Correcting Arduino Mini w/ ATmega328 bootloader file and fuses (untested). 2011-11-25 19:26:01 -06:00
stk500v2 Revert "Merge branch 'master' of github.com:arduino/Arduino into diskloader_reboot" 2011-10-27 11:45:13 -04:00