mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-24 09:25:48 +00:00

This commit fixes vTaskSuspendAll() and xTaskResumeAll() in the following ways. - For vTaskSuspendAll() - Sync function source code with upstream single core version - Clearly mark IDF additions - For xTaskResumeAll() - Sync function source code with upstream single core version - Clearly mark IDF additions - Fix bug where cores other than core 0 were allowed to unwind pended ticks