Konstantin Kondrashov 8e434c1bf0 freertos: Fix xTaskIncrementTick for unwind the Tick for CPU1
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
2019-04-25 13:03:01 +08:00
..
2016-08-17 23:08:22 +08:00
2016-08-17 23:08:22 +08:00
2019-04-03 19:57:46 +08:00
2017-10-18 14:19:18 +08:00
2016-08-17 23:08:22 +08:00
2016-08-17 23:08:22 +08:00
2019-02-16 01:42:00 +08:00