From c3db72afdc9928afbf2a8986f6970aa85dd9902a Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 6 May 2010 07:27:13 +0000 Subject: Make CDC class bootloader hard-reset the AVR when exited instead of a soft-reset. Reduce size of the TeensyHID bootloader slightly. Fix the TeensyHID bootloader for the larger USB AVR devices, since Paul uses a different (undocumented) addressing scheme on these devices. --- LUFA/ManPages/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'LUFA') diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 18bfe0c5f..4a1dba0ee 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -36,6 +36,8 @@ * selected (thanks to Steffan Woltjer) * - Removed software PDI and TPI emulation from the AVRISP-MKII clone project as it was very buggy and slow - PDI and TPI must * now be implemented via seperate programming headers + * - The CDC class bootloader now uses a watchdog reset rather than a soft-reset when exited to ensure that all hardware is + * properly reset to their defaults * * Fixed: * - Fixed software PDI/TPI programming mode in the AVRISP project not correctly toggling just the clock pin @@ -63,6 +65,7 @@ * HID_HOST_BOOT_PROTOCOL_ONLY compile time option is set * - Fixed INTERRUPT_CONTROL_ENDPOINT compile time option preventing other interrupts from occuring while the control endpoint * request is being processed, causing possible lockups if a USB interrupt occurs during a transfer + * - Fixed TeensyHID bootloader not working on some USB AVR models with the official TeensyLoader GUI application * * \section Sec_ChangeLog100219 Version 100219 * -- cgit v1.2.3