aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/HighLevel/Template
Commit message (Expand)AuthorAgeFilesLines
* Initial restructuring of the core USB driver module to support multiple archi...Dean Camera2011-02-194-215/+0
* Add more const-ness to the stream endpoint/pipe functions where possible.Dean Camera2011-02-134-4/+4
* Call USB_USBTask() in the Endpoint stream functions between packets if INTERR...Dean Camera2011-01-101-0/+4
* Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...Dean Camera2011-01-104-15/+40
* The FAST_STREAM_TRANSFERS compile time option has been removed due to lack of...Dean Camera2011-01-082-80/+0
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-134-22/+23
* Cache the USB_DeviceState variable internally in the library core when multip...Dean Camera2010-10-062-16/+21
* Fixed SET FEATURE and CLEAR FEATURE control requests directed at an unconfigu...Dean Camera2010-09-131-1/+1
* Split out endpoint and pipe stream functions into new EndpointStream.c/.h and...Dean Camera2010-08-224-0/+260