Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Document lightweight ring buffer header files. | Dean Camera | 2010-06-06 | 1 | -20/+50 |
| | |||||
* | Add the svn:eol-style property onto new files which where missing it to ↵ | Dean Camera | 2010-06-06 | 1 | -89/+89 |
| | | | | ensure uniform line endings. | ||||
* | Replace ring buffer library in Benito and USBtoSerial projects with the new ↵ | Dean Camera | 2010-05-26 | 3 | -236/+90 |
| | | | | lightweight ring buffer header to improve reliability. | ||||
* | Add svn:eol-style property to source files, so that the line endings are ↵ | Dean Camera | 2010-05-08 | 2 | -236/+236 |
| | | | | correctly converted to the target system's native end of line style. | ||||
* | Update copyright year to 2010. | Dean Camera | 2009-12-30 | 2 | -4/+4 |
| | |||||
* | Fix MIT license language to make its intent clearer. | Dean Camera | 2009-12-28 | 2 | -14/+14 |
| | |||||
* | Add const qualifier to the parameters of Projects' functions where possible. | Dean Camera | 2009-12-20 | 2 | -8/+8 |
| | |||||
* | Spell check all source code variables, comments and strings. | Dean Camera | 2009-11-09 | 1 | -2/+2 |
| | |||||
* | Moved USBtoSerial demo the Projects directory, as it is simply an expanded ↵ | Dean Camera | 2009-10-18 | 2 | -0/+236 |
CDC demo. Added const qualifier to Endpoint/Pipe stream write routines. |