mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
8e434c1bf0
xTaskIncrementTick have to unwind uxPendedTicks on CPU1 and CPU0. Use case: If an erase operation was run on the CPU1 then it leads to starving other tasks which waiting time. Waited tasks just skipped. Closes: https://github.com/espressif/esp-idf/issues/1952 Closes: IDF-183