aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/USB/HighLevel/Template
AgeCommit message (Expand)Author
2011-02-19Initial restructuring of the core USB driver module to support multiple archi...Dean
2011-02-13Add more const-ness to the stream endpoint/pipe functions where possible.Dean
2011-01-10Call USB_USBTask() in the Endpoint stream functions between packets if INTERR...Dean
2011-01-10Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...Dean
2011-01-08The FAST_STREAM_TRANSFERS compile time option has been removed due to lack of...Dean
2010-10-13Clean up excessive whitespace at the end of each line using the wspurify tool...Dean
2010-10-06Cache the USB_DeviceState variable internally in the library core when multip...Dean
2010-09-13Fixed SET FEATURE and CLEAR FEATURE control requests directed at an unconfigu...Dean
2010-08-22Split out endpoint and pipe stream functions into new EndpointStream.c/.h and...Dean