aboutsummaryrefslogtreecommitdiff
path: root/Projects/XPLAINBridge/Lib
AgeCommit message (Expand)Author
2012-05-15AppConfigHeaders: Make sure that in applications using an AppConfig.h configu...Dean
2012-02-04Update file contributor copyrights for 2012.Dean
2012-02-04Update file header copyrights for 2012.Dean
2011-12-23Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...dean
2011-06-01Spell check library source code files.Dean
2011-03-15Updated the software USART code in the XPLAIN Bridge application so that the ...Dean
2011-02-10Add static keyword to all project globals whose scope should be restricted to...Dean
2011-01-01Update copyright year on all source files.Dean
2010-12-26Make a new general RingBuffer.h misc library driver, instead of the per-appli...Dean
2010-12-12Added new RingBuffer_Peek() function to the lightweight ring buffer headers.Dean
2010-11-26Fix typos in the XPLAINBridge project preventing compilation.Dean
2010-11-25Changed the XPLAINBridge software UART to use the regular CTC mode instead of...Dean
2010-11-02Fix XPLAINBridge code broken during the changes to the Rescue Clock generatio...Dean
2010-11-02Rescue clock of the AVRISP-MKII moved to the AVR's OCR1A pin, so that the clo...Dean
2010-10-28Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean
2010-10-13Fix SoftUART.c not compiling due to accidental check in of changes not yet co...Dean
2010-10-13Clean up excessive whitespace at the end of each line using the wspurify tool...Dean
2010-10-10Fixed ISR definition conflict in the XPLAIN bridge between the software UART ...Dean
2010-08-29Add better description of the Ultra-Lightweight Ring Buffer header files.Dean
2010-08-01Fix XPLAINBridge project discarding characters from the USB interface due to ...Dean
2010-07-30More spell checking of all source files -- correct missed errors, switch to E...Dean
2010-07-21Update all demos, projects and bootloaders to indent all function parameters,...Dean
2010-07-15Added ability to set the serial baud rate via the user's terminal in the XPLA...Dean
2010-07-15Fixed possible buffer overrun in the XPLAINBridge project when in serial brid...Dean
2010-07-12Reduce prescaler of the flush timer in the USBtoSerial demo, so that buffer o...Dean
2010-07-12Alter the ring buffer library headers to have both atomic and non-atomic inse...Dean
2010-07-12Add glitch protection to the software UART in the XPLAINBridge project code, ...Dean
2010-07-11Major changes to the XPLAINBridge software UART code for performance and reli...Dean
2010-06-24Make XPLAINBridge serial bridge much more reliable for the reception of chara...Dean
2010-06-24Maximise the size of the ring buffers in the Benito/XPLAINBridge/USBtoSerial ...Dean
2010-06-16Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t...Dean
2010-06-12Slight improvements to the reliability of the software UART in the XPLAINBrid...Dean
2010-06-10Oops - light weight ring buffer documentation used \ref instead of \param to ...Dean
2010-06-10Add missing documentation to the lightweight ring buffer code in the XPLAINBr...Dean
2010-06-03Minor documentation cleanups.Dean
2010-05-26Replace ring buffer library in Benito and USBtoSerial projects with the new l...Dean
2010-05-26Add better documentation to the Software UART code in the XPLAINBridge project.Dean
2010-05-26Switch software UART over to timer 1 and remove timer prescaling to try to pr...Dean
2010-05-26Rename software USART driver globals to make the code more in line with the r...Dean
2010-05-26Make software USART used in the XPLAINBridge project directly check and store...Dean
2010-05-26Create a new LightweightRingBuffer.h header file for the XPLAIN project to ab...Dean
2010-05-26The RingBuff library code has been replaced in the XPLAINBridge project with ...Dean
2010-05-08Add svn:eol-style property to source files, so that the line endings are corr...Dean
2010-04-18Add const keyword to the demo function parameters where possible.Dean
2010-02-16Clean up XPLAINBridge code.Dean
2009-12-30Update copyright year to 2010.Dean
2009-12-28Fix MIT license language to make its intent clearer.Dean
2009-12-20Add const qualifier to the parameters of Projects' functions where possible.Dean
2009-12-03Started implementing the low level PDI protocol in the AVRISP project, for XM...Dean
2009-12-02Add new more reliable software UART for the XPLAINBridge project by David Pre...Dean