mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-05 12:25:03 +02:00
5971253971
This commit fixes the following issues: - Clearly mark IDF additions in vTaskStepTick() and xTaskCatchUpTicks() - Add back vTaskSuspendAll()/xTaskResumeAll() to xTaskCatchUpTicks(). Scheduler suspension and resumption is required to unwind the pended ticks.