aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/DFU/Descriptors.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed invalid USB controller PLL prescaler values for the ATMEGAxxU2 controllersDean Camera2010-01-151-12/+17
| | | | | | Fixed lack of support for the ATMEGA32U2 in the DFU and CDC class bootloaders Changed incomplete Webserver project over to using the uIP timer library.
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
|
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
|
* Spell check all source code variables, comments and strings.Dean Camera2009-11-091-1/+1
|
* Corrected incorrect signature bytes for the AT90USB82 and added support for ↵Dean Camera2009-09-071-15/+25
| | | | | | 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.
* Re-add signature byte defines to the DFU and CDC class bootloaders -- the ↵Dean Camera2009-06-211-0/+27
| | | | SIGNATURE_x defines in the AVR device header files only exist in a newer version of avr-libc than is in the Debian repositories, causing build issues on Linux.
* Deleted StdDescriptors.c, renamed USB_GetDescriptor() to ↵Dean Camera2009-05-221-2/+2
| | | | CALLBACK_USB_GetDescriptor, moved ConfigDescriptor.c/.h from the LUFA/Drivers/USB/Class/ directory to LUFA/Drivers/USB/HighLevel/ in preperation for the new USB class APIs.
* All comments in the library, bootloaders, demos and projects have now been ↵Dean Camera2009-04-011-2/+2
| | | | spell-checked and spelling mistakes/typos corrected.
* Altered DFU bootloader to use the signature byte constants located in the ↵Dean Camera2009-03-091-36/+0
| | | | avr-libc part headers, rather than redefining them in Descriptors.h.
* Moved all source to the trunk directory.Dean Camera2009-02-231-0/+166