aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/LowLevel/Template/Template_Endpoint_Control_R.c
Commit message (Expand)AuthorAgeFilesLines
* Split out endpoint and pipe stream functions into new EndpointStream.c/.h and...Dean Camera2010-08-221-45/+0
* Add missing const qualifiers to class drivers.Dean Camera2010-07-211-1/+2
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-43/+43
* Added new ENDPOINT_*_BusSuspended error code to the Endpoint function, so tha...Dean Camera2010-05-031-0/+4
* Fixed Endpoint_Write_Control_Stream_* functions not sending a terminating IN ...Dean Camera2009-11-201-0/+3
* Update CDC Class Driver character stream functions to use the correct avr-lib...Dean Camera2009-11-101-1/+1
* Cleanups to RNDIS device demos. Fix issue in RNDIS demos where the memory wou...Dean Camera2009-08-071-11/+2
* Make Endpoint control transfers more reliable; early-abort when an incomplete...Dean Camera2009-08-061-2/+11
* Make Control Endpoint stream transfers more reliable by adding in early abort...Dean Camera2009-08-051-4/+7
* Added new USB_DeviceState variable to keep track of the current Device mode U...Dean Camera2009-07-211-1/+8
* Added new EEPROM and FLASH buffer versions of the Endpoint and Pipe stream fu...Dean Camera2009-07-131-0/+27