aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/USBtoSerial/USBtoSerial.h
Commit message (Collapse)AuthorAgeFilesLines
* Replace ring buffer library in Benito and USBtoSerial projects with the new ↵Dean Camera2010-05-261-1/+1
| | | | lightweight ring buffer header to improve reliability.
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-78/+78
| | | | correctly converted to the target system's native end of line style.
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
|
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
|
* Moved USBtoSerial demo the Projects directory, as it is simply an expanded ↵Dean Camera2009-10-181-0/+78
CDC demo. Added const qualifier to Endpoint/Pipe stream write routines.