Skip to content

Lightweight Circular Buffer implementation for ARM Cortex-M and other 32-bit architectures.

Notifications You must be signed in to change notification settings

atakansarioglu/c-circus

Repository files navigation

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.

About

Lightweight Circular Buffer implementation for ARM Cortex-M and other 32-bit architectures.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages