aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Benito/Lib/RingBuff.h
Commit message (Collapse)AuthorAgeFilesLines
* Replace ring buffer library in Benito and USBtoSerial projects with the new ↵Dean Camera2010-05-261-116/+0
| | | | lightweight ring buffer header to improve reliability.
* Fixed AVRISP-MKII clone project not correctly issuing SET EXTENDED ADDRESS ↵Dean Camera2010-05-131-1/+1
| | | | | | commands when the extended address boundary is crossed during programming or readback (thanks to Gerard Sexton). Fixed warnings when building the AVRISP-MKII clone project with the ENABLE_XPROG_PROTOCOL compile time option disabled.
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-116/+116
| | | | correctly converted to the target system's native end of line style.
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
|
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
|
* Add const qualifier to the parameters of Projects' functions where possible.Dean Camera2009-12-201-4/+4
|
* Updated Benito project -- added hardware interrupt and software buffering ↵Dean Camera2009-08-251-0/+116
for serial data reception to prevent missed characters, condensed pulse generation counters into a struct for clarity. Added check to CDC_Device_BytesReceived() to ensure 0 is returned when device is not enumerated to a host. Move AVRISP project's V2Protocol_DelayMS() function to be static inline, as it is now very minimal. Added extra project doxygen documentation.