diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-09-07 07:57:00 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-09-07 07:57:00 +0000 |
commit | c8b72f955f1fd17dbc90254b56e6596ba70660cd (patch) | |
tree | 95983f380d7538a11c07cca0d95b9ed34b7de995 /LUFA/ManPages | |
parent | 1190652c0b210fe24320f8da9bfd5a0e169111d8 (diff) | |
download | lufa-c8b72f955f1fd17dbc90254b56e6596ba70660cd.tar.gz lufa-c8b72f955f1fd17dbc90254b56e6596ba70660cd.tar.bz2 lufa-c8b72f955f1fd17dbc90254b56e6596ba70660cd.zip |
Corrected incorrect signature bytes for the AT90USB82 and added support for the ATMEGAXX2 variant AVRs to the DFU bootloader.
Added warning to the EVENT_USB_Device_Connect() and EVENT_USB_Device_Disconnect() events that they may be fired multiple times during device enumeration on the series 2 AVRs.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 0bdb57ebf..b27b724ed 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -60,7 +60,8 @@ * - CDC based demos and project now work under 64 bit versions of Windows (thanks to Ronny Hanson, Thomas Bleeker)
* - Re-add in flip, flip-ee, dfu and dfu-ee targets to project makefiles (thanks to Opendous Inc.)
* - Fix allowable F_CPU values comment in project makefiles
- * - Fixed DFU and CDC class bootloaders on the AT90USBXXX2 series USB AVRs
+ * - Fixed DFU and CDC class bootloaders on the series 2 USB AVRs, corrected invalid signatures, added support for the new
+ * ATMEGAxxx2 series 2 variant AVRs to the DFU bootloader
*
*
* \section Sec_ChangeLog090810 Version 090810
|