index
:
feurig/libmaplemidi-cma
0.0.10-maintenance
0.0.11-maintenance
0.0.9-maintenance
audio-board
ethernet-shield
master
wizEthernet
C and C++ library for STM32 ARM Cortex-M3 development boards.
feurig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libmaple
/
ring_buffer.h
Age
Commit message (
Expand
)
Author
2012-04-11
Move public headers to include directories; related cleanups.
Marti Bolivar
2011-05-19
ring_buffer.h: Comment fix.
Marti Bolivar
2011-04-12
Reverting some "volatile" -> "__io" changes.
Marti Bolivar
2011-04-12
Changing usages of "volatile" to "__io".
Marti Bolivar
2011-04-12
Doxygen bugfixes.
Marti Bolivar
2011-04-05
ring_buffer.h function comments converted to Doxygen
Marti Bolivar
2011-04-05
ring_buffer tweaks.
Marti Bolivar
2011-03-21
Adding license to ring_buffer.h
Marti Bolivar
2011-03-17
Fixing inefficient rb_safe_remove() implementation; thanks, geoffreymbrown!
Marti Bolivar
2011-03-17
Adding rb_safe_remove() to ring_buffer.h
Marti Bolivar
2011-03-11
[WIP] GPIO refactor: seems ok, ready for review
Marti Bolivar
2011-01-26
[WIP] Code review picked up some bugs/issues.
Marti Bolivar
2010-10-10
Reduced the use of volatiles to speed up rb_insert() and rb_remove().
Michael Hope
2010-10-10
Changed the ring_buffer indexes to uint16 to cut memory usage and increase ca...
Michael Hope
2010-10-10
Mark head and tail as volatile as a ring buffer works accross threads/interru...
Michael Hope
2010-09-27
whitespace cleanups
Marti Bolivar
2010-08-04
New usart implementation:
Perry Hung