aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/LowLevel/Template/Template_Endpoint_Control_W.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed Endpoint_Write_Control_Stream_* functions not sending a terminating IN ...Dean Camera2009-11-201-1/+3
* Update CDC Class Driver character stream functions to use the correct avr-lib...Dean Camera2009-11-101-1/+1
* Moved USBtoSerial demo the Projects directory, as it is simply an expanded CD...Dean Camera2009-10-181-1/+1
* Make Control Endpoint stream transfers more reliable by adding in early abort...Dean Camera2009-08-051-26/+18
* Added new USB_DeviceState variable to keep track of the current Device mode U...Dean Camera2009-07-211-3/+16
* Added new EEPROM and FLASH buffer versions of the Endpoint and Pipe stream fu...Dean Camera2009-07-131-0/+39