aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/HighLevel/Template/Template_Endpoint_Control_R.c
Commit message (Expand)AuthorAgeFilesLines
* Initial restructuring of the core USB driver module to support multiple archi...Dean Camera2011-02-191-50/+0
* Add more const-ness to the stream endpoint/pipe functions where possible.Dean Camera2011-02-131-1/+1
* Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...Dean Camera2011-01-101-0/+2
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-8/+8
* Cache the USB_DeviceState variable internally in the library core when multip...Dean Camera2010-10-061-6/+9
* Split out endpoint and pipe stream functions into new EndpointStream.c/.h and...Dean Camera2010-08-221-0/+45