aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/XPLAINBridge/Lib/RingBuff.c
Commit message (Collapse)AuthorAgeFilesLines
* The RingBuff library code has been replaced in the XPLAINBridge project with ↵Dean Camera2010-05-261-120/+0
| | | | an ultra lightweight buffer to help improve the reliability of the bridge.
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-120/+120
| | | | 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
|
* Add const qualifier to the parameters of Projects' functions where possible.Dean Camera2009-12-201-4/+4
|
* Added new XPLAIN serial Bridge project (thanks to John Steggall for the ↵Dean Camera2009-11-251-0/+120
software UART code).