aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/XPLAINBridge/Lib/SoftUART.c
Commit message (Expand)AuthorAgeFilesLines
* Added ability to set the serial baud rate via the user's terminal in the XPLA...Dean Camera2010-07-151-4/+5
* Reduce prescaler of the flush timer in the USBtoSerial demo, so that buffer o...Dean Camera2010-07-121-1/+1
* Add glitch protection to the software UART in the XPLAINBridge project code, ...Dean Camera2010-07-121-7/+13
* Major changes to the XPLAINBridge software UART code for performance and reli...Dean Camera2010-07-111-50/+44
* Make XPLAINBridge serial bridge much more reliable for the reception of chara...Dean Camera2010-06-241-11/+5
* Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t...Dean Camera2010-06-161-2/+2
* Slight improvements to the reliability of the software UART in the XPLAINBrid...Dean Camera2010-06-121-23/+20
* Replace ring buffer library in Benito and USBtoSerial projects with the new l...Dean Camera2010-05-261-2/+2
* 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 pr...Dean Camera2010-05-261-15/+15
* Rename software USART driver globals to make the code more in line with the r...Dean Camera2010-05-261-10/+10
* Make software USART used in the XPLAINBridge project directly check and store...Dean Camera2010-05-261-34/+27
* The RingBuff library code has been replaced in the XPLAINBridge project with ...Dean Camera2010-05-261-22/+10
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-143/+143
* 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 XM...Dean Camera2009-12-031-2/+2
* Add new more reliable software UART for the XPLAINBridge project by David Pre...Dean Camera2009-12-021-0/+143