freertos-patterns
Installation
SKILL.md
FreeRTOS Patterns for ESP32 and RP2040
Use this skill for real concurrency problems on ESP32 or RP2040. Keep the main flow focused and load the detailed reference that matches the user's exact problem.
Resources
references/patterns-task-creation.md- task lifecycle, priorities, stack sizing, and task startupreferences/patterns-queues.md- inter-task communication with queuesreferences/patterns-synchronization.md- mutexes, semaphores, critical sections, and ISR coordinationreferences/patterns-memory.md- stack sizing, heap checks, and monitoringreferences/patterns-advanced.md- watchdogs, notifications, event groups, timers, and affinityassets/workflow.mmd- architecture overview