aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/AVR8
Commit message (Expand)AuthorAgeFilesLines
* Copy out the EndpointStream and PipeStream functions to each architecture, so...Dean Camera2011-05-268-0/+1788
* Fixed possible invalid program execution when in host mode if corrupt descrip...Dean Camera2011-05-141-7/+15
* Fix reversed descriptions for the AVR8 USB pad regulator enable/disable masks...Dean Camera2011-04-201-2/+3
* Add missing function attributes to the pipe/endpoint functions for all archit...Dean Camera2011-04-125-3/+7
* Move global interrupt enable/disable functions out to Common.h and document t...Dean Camera2011-04-083-35/+4
* Correct UC3 global interrupt functions.Dean Camera2011-04-081-1/+1
* Add in a new common Delay_MS() function, which provides a blocking delay for ...Dean Camera2011-04-084-19/+51
* Oops - fix incorrect variable name in the updated Pipe_Write_8() function.Dean Camera2011-04-041-1/+1
* Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...Dean Camera2011-04-042-109/+109
* F_CLOCK changed to F_USB to be more descriptive, and applicable on future arc...Dean Camera2011-03-211-5/+5
* Fixed Remote Wakeup broken on the AVRs due to the mechanism only operating wh...Dean Camera2011-03-152-3/+2
* Implemented on-demand PLL clock generation for the U4, U6 and U7 series USB A...Dean Camera2011-03-152-14/+35
* Oops - fix internal serial number extraction routine for the AVR8 architecture.Dean Camera2011-03-141-1/+1
* Simplify the internal serial extraction routines for each architecture.Dean Camera2011-03-131-9/+9
* Add experimental support for the AVR32 UC3A4 microcontrollers.Dean Camera2011-03-131-6/+6
* 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