aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/USBtoSerial/USBtoSerial.c
Commit message (Collapse)AuthorAgeFilesLines
* Add double banking property to LUFA powered projects in the Projects ↵Dean Camera2009-11-061-7/+10
| | | | directory. Add guards to macro parameters to ensure that formulas passed as parameters don't mess up the internal macro structure.
* Use clearer buffer names in the USBtoSerial project to prevent confusion.Dean Camera2009-10-261-11/+11
|
* Moved USBtoSerial demo the Projects directory, as it is simply an expanded ↵Dean Camera2009-10-181-0/+194
CDC demo. Added const qualifier to Endpoint/Pipe stream write routines.