Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 265 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 265 Bytes

C-Circus

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.