Lightweight async scheduler for bare-metal systems
TickToucan is a minimal, efficient asynchronous task scheduler designed for bare-metal environments. It enables non-blocking execution of scheduled tasks with precise control over timing and dispatch.
- Microcontroller-friendly async scheduling
- Queue-based task dispatch
- Simple integration with middleware like
DigitDodo - Zero dynamic memory allocation
