From 4c637c93ba69e33c77034eef9bd4433252e139fc Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sat, 11 Oct 2014 16:43:41 +1100 Subject: Add Leonardo compatibility to most bootloaders, run user application if BOOTRST fuse is set and the last reset cause was not the /RESET pin. --- LUFA/DoxygenPages/ChangeLog.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'LUFA/DoxygenPages') 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) * * Fixed: * - None. -- cgit v1.2.3