aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/XPLAINBridge/Lib/SoftUART.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace ring buffer library in Benito and USBtoSerial projects with the new ↵Dean Camera2010-05-261-2/+2
| | | | lightweight ring buffer header to improve reliability.
* Add better documentation to the Software UART code in the XPLAINBridge project.Dean Camera2010-05-261-35/+71
|
* Switch software UART over to timer 1 and remove timer prescaling to try to ↵Dean Camera2010-05-261-15/+15
| | | | prevent integer rounding errors and thus minimize the possible error of the UART code.
* Rename software USART driver globals to make the code more in line with the ↵Dean Camera2010-05-261-10/+10
| | | | rest of the XPLAINBridge project.
* Make software USART used in the XPLAINBridge project directly check and ↵Dean Camera2010-05-261-34/+27
| | | | store into the ring buffers, rather than polling from the main program loop to avoid added latency.
* The RingBuff library code has been replaced in the XPLAINBridge project with ↵Dean Camera2010-05-261-22/+10
| | | | 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-143/+143
| | | | correctly converted to the target system's native end of line style.
* Add const keyword to the demo function parameters where possible.Dean Camera2010-04-181-3/+3
|
* Clean up XPLAINBridge code.Dean Camera2010-02-161-4/+4
|
* Update copyright year to 2010.Dean Camera2009-12-301-4/+4
|
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
|
* Started implementing the low level PDI protocol in the AVRISP project, for ↵Dean Camera2009-12-031-2/+2
| | | | XMEGA device programming.
* Add new more reliable software UART for the XPLAINBridge project by David ↵Dean Camera2009-12-021-0/+143
Prentice and Peter Danneger.