aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/USBtoSerial
Commit message (Collapse)AuthorAgeFilesLines
* Spell check all source code variables, comments and strings.Dean Camera2009-11-091-2/+2
|
* 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-1810-0/+3274
CDC demo. Added const qualifier to Endpoint/Pipe stream write routines.