mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
db26ff2503
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