aboutsummaryrefslogtreecommitdiff
path: root/libmaple/ring_buffer.h
AgeCommit message (Expand)Author
2012-04-11Move public headers to include directories; related cleanups.Marti Bolivar
2011-05-19ring_buffer.h: Comment fix.Marti Bolivar
2011-04-12Reverting some "volatile" -> "__io" changes.Marti Bolivar
2011-04-12Changing usages of "volatile" to "__io".Marti Bolivar
2011-04-12Doxygen bugfixes.Marti Bolivar
2011-04-05ring_buffer.h function comments converted to DoxygenMarti Bolivar
2011-04-05ring_buffer tweaks.Marti Bolivar
2011-03-21Adding license to ring_buffer.hMarti Bolivar
2011-03-17Fixing inefficient rb_safe_remove() implementation; thanks, geoffreymbrown!Marti Bolivar
2011-03-17Adding rb_safe_remove() to ring_buffer.hMarti Bolivar
2011-03-11[WIP] GPIO refactor: seems ok, ready for reviewMarti Bolivar
2011-01-26[WIP] Code review picked up some bugs/issues.Marti Bolivar
2010-10-10Reduced the use of volatiles to speed up rb_insert() and rb_remove().Michael Hope
2010-10-10Changed the ring_buffer indexes to uint16 to cut memory usage and increase ca...Michael Hope
2010-10-10Mark head and tail as volatile as a ring buffer works accross threads/interru...Michael Hope
2010-09-27whitespace cleanupsMarti Bolivar
2010-08-04New usart implementation:Perry Hung