Commit Graph

6 Commits

Author SHA1 Message Date
Martin Preuss
0f678d7d5a avr: cleanup, added labels to calculate module sizes. 2023-04-08 18:18:19 +02:00
Martin Preuss
4a915a3c85 avr: add copyright notices. 2023-04-08 13:05:05 +02:00
Martin Preuss
9c92995d00 ringbuffer: Fixed a few bugs. 2023-01-22 00:16:42 +01:00
Martin Preuss
69c13ab3c5 ringbuffer: alloc no less than 2 bytes.
This protects against race conditions. We can now preset the first two
bytes which are used for size and flags by the COM module (currently the
only user of the ringbuffer module).
2023-01-19 23:18:28 +01:00
Martin Preuss
b8ae13a08b Ringbuffer: clear first byte. 2023-01-19 22:08:03 +01:00
Martin Preuss
16be96ada9 Initial import. 2023-01-16 23:12:09 +01:00