aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/USBtoSerial/LUFA USBtoSerial.inf
Commit message (Collapse)AuthorAgeFilesLines
* Moved USBtoSerial demo the Projects directory, as it is simply an expanded ↵Dean Camera2009-10-181-106/+0
| | | | CDC demo. Added const qualifier to Endpoint/Pipe stream write routines.
* Changed Still Image Host class driver to auto-fill TransactionID element of ↵Dean Camera2009-09-061-31/+82
| | | | | | | | sent headers depending on the current session state. CDC based demos and project now work under 64 bit versions of Windows (thanks to Ronny Hanson, Thomas Bleeker). The Benito Programmer project now has its own unique VID/PID pair allocated from the Atmel donated LUFA VID/PID pool.
* Move new Class Driver powered demos to a new ClassDriver subdirectory, ↵Dean Camera2009-06-051-0/+55
re-add old low level demos to a LowLevel subdirectory.