diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2014-10-11 15:15:02 +1100 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2014-10-11 15:15:02 +1100 |
commit | df366e055d7c3831bd40d96efe3a91cdeb31e2dd (patch) | |
tree | 9847b7589af00afeabcaa3530cafc34ed96db6a3 /LUFA | |
parent | 17158b359f8189c39448c96c4746d8738d5fe336 (diff) | |
download | lufa-df366e055d7c3831bd40d96efe3a91cdeb31e2dd.tar.gz lufa-df366e055d7c3831bd40d96efe3a91cdeb31e2dd.tar.bz2 lufa-df366e055d7c3831bd40d96efe3a91cdeb31e2dd.zip |
Don't run user application in the bootloader unless a valid app is present (thanks to Alex Kazik).
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/DoxygenPages/ChangeLog.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index 738ee68f0..57277ebee 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -11,7 +11,10 @@ * - None. * * <b>Changed:</b> - * - None. + * - 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. * * <b>Fixed:</b> * - None. |