You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lightweight Circular Buffer implementation for ARM Cortex-M and other 32-bit architectures.
Usage
Intended for interrupt driven UART communication. Simply use single-byte pusher and popper in your IRQ and multi-byte versions in the main thread code.
About
Lightweight Circular Buffer implementation for ARM Cortex-M and other 32-bit architectures.