index
:
suspect-devices/lufa
master
fork to update the benito, midimonster and other suspect devices products
feurig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Projects
/
XPLAINBridge
/
Lib
/
SoftUART.c
Age
Commit message (
Expand
)
Author
2012-02-04
Update file contributor copyrights for 2012.
Dean
2012-02-04
Update file header copyrights for 2012.
Dean
2011-06-01
Spell check library source code files.
Dean
2011-03-15
Updated the software USART code in the XPLAIN Bridge application so that the ...
Dean
2011-02-10
Add static keyword to all project globals whose scope should be restricted to...
Dean
2011-01-01
Update copyright year on all source files.
Dean
2010-11-26
Fix typos in the XPLAINBridge project preventing compilation.
Dean
2010-11-25
Changed the XPLAINBridge software UART to use the regular CTC mode instead of...
Dean
2010-11-02
Fix XPLAINBridge code broken during the changes to the Rescue Clock generatio...
Dean
2010-11-02
Rescue clock of the AVRISP-MKII moved to the AVR's OCR1A pin, so that the clo...
Dean
2010-10-28
Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...
Dean
2010-10-13
Fix SoftUART.c not compiling due to accidental check in of changes not yet co...
Dean
2010-10-13
Clean up excessive whitespace at the end of each line using the wspurify tool...
Dean
2010-10-10
Fixed ISR definition conflict in the XPLAIN bridge between the software UART ...
Dean
2010-08-01
Fix XPLAINBridge project discarding characters from the USB interface due to ...
Dean
2010-07-30
More spell checking of all source files -- correct missed errors, switch to E...
Dean
2010-07-15
Added ability to set the serial baud rate via the user's terminal in the XPLA...
Dean
2010-07-12
Reduce prescaler of the flush timer in the USBtoSerial demo, so that buffer o...
Dean
2010-07-12
Add glitch protection to the software UART in the XPLAINBridge project code, ...
Dean
2010-07-11
Major changes to the XPLAINBridge software UART code for performance and reli...
Dean
2010-06-24
Make XPLAINBridge serial bridge much more reliable for the reception of chara...
Dean
2010-06-16
Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t...
Dean
2010-06-12
Slight improvements to the reliability of the software UART in the XPLAINBrid...
Dean
2010-05-26
Replace ring buffer library in Benito and USBtoSerial projects with the new l...
Dean
2010-05-26
Add better documentation to the Software UART code in the XPLAINBridge project.
Dean
2010-05-26
Switch software UART over to timer 1 and remove timer prescaling to try to pr...
Dean
2010-05-26
Rename software USART driver globals to make the code more in line with the r...
Dean
2010-05-26
Make software USART used in the XPLAINBridge project directly check and store...
Dean
2010-05-26
The RingBuff library code has been replaced in the XPLAINBridge project with ...
Dean
2010-05-08
Add svn:eol-style property to source files, so that the line endings are corr...
Dean
2010-04-18
Add const keyword to the demo function parameters where possible.
Dean
2010-02-16
Clean up XPLAINBridge code.
Dean
2009-12-30
Update copyright year to 2010.
Dean
2009-12-28
Fix MIT license language to make its intent clearer.
Dean
2009-12-03
Started implementing the low level PDI protocol in the AVRISP project, for XM...
Dean
2009-12-02
Add new more reliable software UART for the XPLAINBridge project by David Pre...
Dean