aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/USB/LowLevel/Template
AgeCommit message (Expand)Author
2010-08-22Split out endpoint and pipe stream functions into new EndpointStream.c/.h and...Dean
2010-07-21Add missing const qualifiers to class drivers.Dean
2010-05-08Add svn:eol-style property to source files, so that the line endings are corr...Dean
2010-05-03Added new ENDPOINT_*_BusSuspended error code to the Endpoint function, so tha...Dean
2010-04-14Fixed Set/Clear Feature requests directed to a non-configured endpoint not re...Dean
2009-12-20Added new NO_DEVICE_SELF_POWER and NO_DEVICE_REMOTE_WAKEUP compile time options.Dean
2009-11-25Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() ma...Dean
2009-11-20Fixed Endpoint_Write_Control_Stream_* functions not sending a terminating IN ...Dean
2009-11-10Update CDC Class Driver character stream functions to use the correct avr-lib...Dean
2009-10-18Moved USBtoSerial demo the Projects directory, as it is simply an expanded CD...Dean
2009-10-04Fix broken Endpoint/Pipe stream templates.Dean
2009-08-07Cleanups to RNDIS device demos. Fix issue in RNDIS demos where the memory wou...Dean
2009-08-06Make Endpoint control transfers more reliable; early-abort when an incomplete...Dean
2009-08-05Make Control Endpoint stream transfers more reliable by adding in early abort...Dean
2009-07-21Added new USB_DeviceState variable to keep track of the current Device mode U...Dean
2009-07-20Fixed PrinterHost demo Printer_GetDeviceID() routine not removing the Device ...Dean
2009-07-13Added new EEPROM and FLASH buffer versions of the Endpoint and Pipe stream fu...Dean