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 - - task lifecycle, priorities, stack sizing, and task startup - - inter-task communication with queues - - mutexes, semaphores, critical sections, and ISR coordination - - stack sizing, heap checks, and monitoring - - watchdogs, notifications, event groups, timers, and affinity - - architecture overview When to Use Use this skill when the request includes: - multiple concurrent jobs…