Arduino/hardware/arduino/bootloaders/caterina
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
..
Caterina.c bugfix for Caterina not starting sketch if "verify upload" turned off in IDE. 2012-03-14 17:48:11 -04:00
Caterina.h removed old version of Leonardo's caterina bootloader, replaced with LUFA-based caterina 2012-03-08 13:47:42 -05:00
Caterina.hex bugfix for Caterina not starting sketch if "verify upload" turned off in IDE. 2012-03-14 17:48:11 -04:00
Descriptors.c removed old version of Leonardo's caterina bootloader, replaced with LUFA-based caterina 2012-03-08 13:47:42 -05:00
Descriptors.h removed old version of Leonardo's caterina bootloader, replaced with LUFA-based caterina 2012-03-08 13:47:42 -05:00
Makefile bugfix for Caterina not starting sketch if "verify upload" turned off in IDE. 2012-03-14 17:48:11 -04:00