aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/XPLAINBridge/Lib
Commit message (Expand)AuthorAgeFilesLines
* Update copyrights for 2017.Dean Camera2017-04-182-4/+4
* Update copyrights to 2016.Dean Camera2016-01-312-4/+4
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-172-4/+4
* Update copyrights for 2014.Dean Camera2014-01-042-5/+5
* Update copyright year to 2013.Dean Camera2013-01-032-4/+4
* Minor documentation improvements.Dean Camera2012-10-052-2/+2
* AppConfigHeaders: Make sure that in applications using an AppConfig.h configu...Dean Camera2012-05-151-1/+2
* Update file contributor copyrights for 2012.Dean Camera2012-02-042-2/+2
* Update file header copyrights for 2012.Dean Camera2012-02-042-2/+2
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...Dean Camera2011-12-231-0/+1
* Spell check library source code files.Dean Camera2011-06-011-1/+1
* Updated the software USART code in the XPLAIN Bridge application so that the ...Dean Camera2011-03-151-2/+4
* Add static keyword to all project globals whose scope should be restricted to...Dean Camera2011-02-101-0/+1
* Update copyright year on all source files.Dean Camera2011-01-012-4/+4
* Make a new general RingBuffer.h misc library driver, instead of the per-appli...Dean Camera2010-12-262-212/+0
* Added new RingBuffer_Peek() function to the lightweight ring buffer headers.Dean Camera2010-12-121-0/+11
* Fix typos in the XPLAINBridge project preventing compilation.Dean Camera2010-11-261-2/+2
* Changed the XPLAINBridge software UART to use the regular CTC mode instead of...Dean Camera2010-11-252-8/+8
* Fix XPLAINBridge code broken during the changes to the Rescue Clock generatio...Dean Camera2010-11-021-5/+5
* Rescue clock of the AVRISP-MKII moved to the AVR's OCR1A pin, so that the clo...Dean Camera2010-11-021-5/+5
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-283-5/+5
* Fix SoftUART.c not compiling due to accidental check in of changes not yet co...Dean Camera2010-10-131-3/+3
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-133-37/+39
* Fixed ISR definition conflict in the XPLAIN bridge between the software UART ...Dean Camera2010-10-102-11/+16
* Add better description of the Ultra-Lightweight Ring Buffer header files.Dean Camera2010-08-291-1/+8
* Fix XPLAINBridge project discarding characters from the USB interface due to ...Dean Camera2010-08-012-56/+73
* More spell checking of all source files -- correct missed errors, switch to E...Dean Camera2010-07-302-3/+3
* Update all demos, projects and bootloaders to indent all function parameters,...Dean Camera2010-07-212-3/+5
* Added ability to set the serial baud rate via the user's terminal in the XPLA...Dean Camera2010-07-152-7/+14
* Fixed possible buffer overrun in the XPLAINBridge project when in serial brid...Dean Camera2010-07-151-0/+20
* Reduce prescaler of the flush timer in the USBtoSerial demo, so that buffer o...Dean Camera2010-07-121-1/+1
* Alter the ring buffer library headers to have both atomic and non-atomic inse...Dean Camera2010-07-121-4/+37
* 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-112-51/+45
* Make XPLAINBridge serial bridge much more reliable for the reception of chara...Dean Camera2010-06-241-11/+5
* Maximise the size of the ring buffers in the Benito/XPLAINBridge/USBtoSerial ...Dean Camera2010-06-241-1/+1
* 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
* Oops - light weight ring buffer documentation used \ref instead of \param to ...Dean Camera2010-06-101-4/+4
* Add missing documentation to the lightweight ring buffer code in the XPLAINBr...Dean Camera2010-06-101-89/+119
* Minor documentation cleanups.Dean Camera2010-06-031-2/+2
* 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-262-16/+16
* Rename software USART driver globals to make the code more in line with the r...Dean Camera2010-05-262-11/+11
* Make software USART used in the XPLAINBridge project directly check and store...Dean Camera2010-05-263-57/+37
* Create a new LightweightRingBuffer.h header file for the XPLAIN project to ab...Dean Camera2010-05-261-0/+89
* The RingBuff library code has been replaced in the XPLAINBridge project with ...Dean Camera2010-05-264-262/+27
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-084-438/+438
* Add const keyword to the demo function parameters where possible.Dean Camera2010-04-181-3/+3