aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/XPLAINBridge/Lib/SoftUART.h
Commit message (Collapse)AuthorAgeFilesLines
* Update all demos, projects and bootloaders to indent all function ↵Dean Camera2010-07-211-1/+1
| | | | | | parameters, one per line, for better readability. Add missing const qualifiers to the demos.
* Added ability to set the serial baud rate via the user's terminal in the ↵Dean Camera2010-07-151-3/+9
| | | | XPLAINBridge project.
* Major changes to the XPLAINBridge software UART code for performance and ↵Dean Camera2010-07-111-1/+1
| | | | reliability. New code reduces the number of missed characters and misread characters.
* Switch software UART over to timer 1 and remove timer prescaling to try to ↵Dean Camera2010-05-261-1/+1
| | | | 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-1/+1
| | | | rest of the XPLAINBridge project.
* Make software USART used in the XPLAINBridge project directly check and ↵Dean Camera2010-05-261-17/+3
| | | | 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-4/+17
| | | | 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-59/+59
| | | | correctly converted to the target system's native end of line style.
* Clean up XPLAINBridge code.Dean Camera2010-02-161-5/+5
|
* 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
|
* Add new more reliable software UART for the XPLAINBridge project by David ↵Dean Camera2009-12-021-0/+60
| | | | Prentice and Peter Danneger.
* Removed John Steggall's software UART code from the XPLAIN Bridge project ↵Dean Camera2009-12-021-75/+0
| | | | due to reliability issues.
* Updated John Steggall's software USART in the XPLAINBridge project.Dean Camera2009-11-261-2/+18
|
* Added new XPLAIN serial Bridge project (thanks to John Steggall for the ↵Dean Camera2009-11-251-0/+59
software UART code).