Commit Graph

6 Commits

Author SHA1 Message Date
Martin Preuss
7490167694 avr: cleanup, added labels to calculate module sizes. 2023-04-08 18:18:19 +02:00
Martin Preuss
56c11b959e avr: add copyright notices. 2023-04-08 13:05:05 +02:00
Martin Preuss
962d7c18a0 ringbuffer: Fixed a few bugs. 2023-01-22 00:16:42 +01:00
Martin Preuss
e1131871ef 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
4e310e82d9 Ringbuffer: clear first byte. 2023-01-19 22:08:03 +01:00
Martin Preuss
112e15e41b Initial import. 2023-01-16 23:12:09 +01:00