aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/USB/LowLevel/Template/Template_Pipe_RW.c
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
2009-11-25Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() ma...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-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