Refactor ring buffer (add external buffer version)

This commit is contained in:
Attila Body 2025-06-11 13:13:12 +02:00
parent a4c1baa410
commit b2eee97903
Signed by: abody
GPG key ID: BD0C6214E68FB5CF
3 changed files with 143 additions and 112 deletions

View file

@ -5,6 +5,7 @@ add_library(f4ll STATIC
src/fault.cpp
src/memcpy_dma.cpp
src/packet_usart.cpp
src/ringbuffer.cpp
src/str_util.cpp
src/usart_core.cpp
)