René Kijewski
|
726af8d44e
|
ringbuffer: fix parameter types
It is a bad idea to use signed types for lengths.
Mark pointers a `restrict`, since the ringbuffer is not thread safe
anyway.
|
2014-07-28 20:44:02 +02:00 |
|
René Kijewski
|
67856d63d9
|
ringbuffer: add convenience functions
This patch add `peek` functionality, and empty and full helpers.
|
2014-07-28 20:44:01 +02:00 |
|
René Kijewski
|
f23dab96d2
|
sys: rename ringbuffer functions
Closes #1011.
|
2014-05-03 16:39:39 +02:00 |
|
Ludwig Ortmann
|
2525920426
|
remove trailing whitespace and newlines
|
2014-02-11 18:45:06 +01:00 |
|
Oleg Hahm
|
593ee623b6
|
simplify and unify include pathes
additional:
* exporting include path in sys is mandatory for subfolders
* removed duplicate object file in linker call
|
2014-01-05 16:11:07 +01:00 |
|