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
A lightweight, event-driven micro kernel for high-reliability bare metal embedded systems, featuring asynchronous event bus, robust fault management, and advanced deep-sleep power strategies. Optimized for STM32L4 series.
vTAL (Virtual Timer Abstraction Layer) aims to provide a standard interface for using multiple of virtual timers simultaneously while one physical timer is presented on the target system.
A lightweight Arduino library for managing multiple software timers with non-blocking operation. Ideal for applications like LED blinking, button debouncing, and periodic updates in Arduino and ESP projects.
STM32 FreeRTOS example demonstrating software timer usage. Shows periodic and one-shot timers, timer callbacks, and timer control from tasks. Includes button-triggered LED timing and periodic UART messages. Perfect for learning FreeRTOS timer functionality.