Moved USBtoSerial demo the Projects directory, as it is simply an expanded CDC demo...
authorDean Camera <dean@fourwalledcubicle.com>
Sun, 18 Oct 2009 05:35:48 +0000 (05:35 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sun, 18 Oct 2009 05:35:48 +0000 (05:35 +0000)
commitde70f0f1cf034d8f22141a2825f24ad60d14421b
treeb980328a8351c30605be7794e2e20355c1494ad5
parentc3dfc58707eafb6ed0efab5a50770294f5a6b3d3
Moved USBtoSerial demo the Projects directory, as it is simply an expanded CDC demo. Added const qualifier to Endpoint/Pipe stream write routines.
46 files changed:
Demos/Device/ClassDriver/USBtoSerial/Descriptors.c [deleted file]
Demos/Device/ClassDriver/USBtoSerial/Descriptors.h [deleted file]
Demos/Device/ClassDriver/USBtoSerial/Doxygen.conf [deleted file]
Demos/Device/ClassDriver/USBtoSerial/LUFA USBtoSerial.inf [deleted file]
Demos/Device/ClassDriver/USBtoSerial/Lib/RingBuff.c [deleted file]
Demos/Device/ClassDriver/USBtoSerial/Lib/RingBuff.h [deleted file]
Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.c [deleted file]
Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.h [deleted file]
Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.txt [deleted file]
Demos/Device/ClassDriver/USBtoSerial/makefile [deleted file]
Demos/Device/ClassDriver/makefile
Demos/Device/LowLevel/MassStorage/Lib/SCSI.c
Demos/Device/LowLevel/USBtoSerial/Descriptors.c [deleted file]
Demos/Device/LowLevel/USBtoSerial/Descriptors.h [deleted file]
Demos/Device/LowLevel/USBtoSerial/Doxygen.conf [deleted file]
Demos/Device/LowLevel/USBtoSerial/LUFA USBtoSerial.inf [deleted file]
Demos/Device/LowLevel/USBtoSerial/Lib/RingBuff.c [deleted file]
Demos/Device/LowLevel/USBtoSerial/Lib/RingBuff.h [deleted file]
Demos/Device/LowLevel/USBtoSerial/USBtoSerial.c [deleted file]
Demos/Device/LowLevel/USBtoSerial/USBtoSerial.h [deleted file]
Demos/Device/LowLevel/USBtoSerial/USBtoSerial.txt [deleted file]
Demos/Device/LowLevel/USBtoSerial/makefile [deleted file]
Demos/Device/LowLevel/makefile
LUFA.pnproj
LUFA/Drivers/USB/LowLevel/Endpoint.c
LUFA/Drivers/USB/LowLevel/Endpoint.h
LUFA/Drivers/USB/LowLevel/Pipe.c
LUFA/Drivers/USB/LowLevel/Pipe.h
LUFA/Drivers/USB/LowLevel/Template/Template_Endpoint_Control_W.c
LUFA/Drivers/USB/LowLevel/Template/Template_Endpoint_RW.c
LUFA/Drivers/USB/LowLevel/Template/Template_Pipe_RW.c
LUFA/ManPages/ChangeLog.txt
LUFA/ManPages/FutureChanges.txt
LUFA/ManPages/LibraryApps.txt
LUFA/ManPages/MigrationInformation.txt
Projects/USBtoSerial/Descriptors.c [new file with mode: 0644]
Projects/USBtoSerial/Descriptors.h [new file with mode: 0644]
Projects/USBtoSerial/Doxygen.conf [new file with mode: 0644]
Projects/USBtoSerial/LUFA USBtoSerial.inf [new file with mode: 0644]
Projects/USBtoSerial/Lib/RingBuff.c [new file with mode: 0644]
Projects/USBtoSerial/Lib/RingBuff.h [new file with mode: 0644]
Projects/USBtoSerial/USBtoSerial.c [new file with mode: 0644]
Projects/USBtoSerial/USBtoSerial.h [new file with mode: 0644]
Projects/USBtoSerial/USBtoSerial.txt [new file with mode: 0644]
Projects/USBtoSerial/makefile [new file with mode: 0644]
Projects/makefile