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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

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