aboutsummaryrefslogtreecommitdiff
path: root/Projects/Benito/Lib
AgeCommit message (Expand)Author
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-21Oops - reduce size of each ring buffer in the USBtoSerial and Benito projects...Dean
2010-10-28Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean
2010-10-13Clean up excessive whitespace at the end of each line using the wspurify tool...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-15Fixed possible buffer overrun in the XPLAINBridge project when in serial brid...Dean
2010-07-12Alter the ring buffer library headers to have both atomic and non-atomic inse...Dean
2010-06-24Maximise the size of the ring buffers in the Benito/XPLAINBridge/USBtoSerial ...Dean
2010-06-10Oops - light weight ring buffer documentation used \ref instead of \param to ...Dean
2010-06-06Document lightweight ring buffer header files.Dean
2010-06-06Add the svn:eol-style property onto new files which where missing it to ensur...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-13Fixed AVRISP-MKII clone project not correctly issuing SET EXTENDED ADDRESS co...Dean
2010-05-08Add svn:eol-style property to source files, so that the line endings are corr...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-11-09Spell check all source code variables, comments and strings.Dean
2009-08-25Updated Benito project -- added hardware interrupt and software buffering for...Dean