diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2014-10-11 16:43:41 +1100 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2014-10-11 16:43:41 +1100 |
commit | 4c637c93ba69e33c77034eef9bd4433252e139fc (patch) | |
tree | 6d70fb9f07e93129aff9e6df8f9e45b10ca8cf58 /LUFA/DoxygenPages | |
parent | fef991e28b56ce3e8de86833f00b6b7e77f1e84c (diff) | |
download | lufa-4c637c93ba69e33c77034eef9bd4433252e139fc.tar.gz lufa-4c637c93ba69e33c77034eef9bd4433252e139fc.tar.bz2 lufa-4c637c93ba69e33c77034eef9bd4433252e139fc.zip |
Add Leonardo compatibility to most bootloaders, run user application if BOOTRST fuse is set and the last reset cause was not the /RESET pin.
Diffstat (limited to 'LUFA/DoxygenPages')
-rw-r--r-- | LUFA/DoxygenPages/ChangeLog.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index 57277ebee..647f62148 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -14,7 +14,9 @@ * - Library Applications: * - The CDC, DFU, Mass Storage and Printer class bootloaders will no longer run the user application if the application reset * vector is blank (thanks to Alex Kazik) - * - The Printer class bootloader is now compatible with the original Atmel XPLAIN and Arduino Leonardo boards. + * - The CDC, DFU and Printer class bootloaders are now compatible with the original Atmel XPLAIN and Arduino Leonardo boards. + * - The CDC, DFU, Mass Storage and Printer class bootloaders are not compatible with devices with the BOOTRST fuse set and will + * exit automatically unless an external reset was the last reset cause (thanks to Alex Kazik) * * <b>Fixed:</b> * - None. |