aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/AVR8
Commit message (Expand)AuthorAgeFilesLines
* Add software FIFOs to the UC3B pipe control interfaces, to match the endpoint...Dean Camera2011-03-051-2/+2
* Porting updates for the UC3B architecture - get UC3B partially enumerating us...Dean Camera2011-03-052-7/+0
* Fixed Still Image Host class driver exiting the descriptor search routine pre...Dean Camera2011-03-031-0/+2
* Add in USB_INT_RegisterHandlers() internal function to register the interrupt...Dean Camera2011-02-282-0/+7
* Oops - ensure that only the relevant/available interrupts are defined and use...Dean Camera2011-02-271-22/+69
* Changed over the AVR8 USB controller interrupt management macros to be inline...Dean Camera2011-02-273-28/+248
* General cleanup and more port work to the AVR32 UC3B.Dean Camera2011-02-273-7/+7
* Move out common architecture-independent core definitions into the appropriat...Dean Camera2011-02-274-167/+0
* More AVR32 UC3B architecture ports - USB device mode applications can now be ...Dean Camera2011-02-271-1/+1
* Removed Pipe_ClearErrorFlags(), pipe error flags are now automatically cleare...Dean Camera2011-02-261-10/+2
* More UC3B architecture port updates.Dean Camera2011-02-261-1/+1
* Rename architecture specific driver files, to make them appear with uniquely ...Dean Camera2011-02-2013-6/+6
* Added start of a port of the core USB driver code to the AVR32 UC3B architect...Dean Camera2011-02-202-40/+35
* More Doxygen updates for multiple architecture support.Dean Camera2011-02-202-2/+9
* Start update of documentation to support possible multiple architectures in t...Dean Camera2011-02-207-77/+33
* Initial restructuring of the core USB driver module to support multiple archi...Dean Camera2011-02-1913-0/+4660