common: Add the buffer module.
authorTilman Sauerbeck <tilman@code-monkey.de>
Tue, 25 Jun 2019 04:23:40 +0000 (06:23 +0200)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sun, 5 Jan 2020 19:38:08 +0000 (20:38 +0100)
commit1989d593a5511a6a766d432c48f79412416b3700
tree87b5967acd17e1dc6ffbab55060a4bfd91e5587a
parent2cd9f6b175d16cb0a5c8bb7f3e387fecd27a7199
common: Add the buffer module.

This comes with a C API, so it can be used by the USB serial code.
SConscript.libcommon
src/common/buffer.h [new file with mode: 0644]
src/common/buffer.rs [new file with mode: 0644]
src/common/lib.rs