esp-idf/components/freertos
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
..
include/freertos global: move the soc component out of the common list 2019-04-16 13:21:15 +08:00
test global: move the soc component out of the common list 2019-04-16 13:21:15 +08:00
CMakeLists.txt global: move the soc component out of the common list 2019-04-16 13:21:15 +08:00
FreeRTOS-openocd.c
Kconfig
component.mk global: move the soc component out of the common list 2019-04-16 13:21:15 +08:00
croutine.c
event_groups.c
license.txt
linker.lf
list.c
port.c
portasm.S
portmacro_priv.h global: move the soc component out of the common list 2019-04-16 13:21:15 +08:00
portmux_impl.h global: move the soc component out of the common list 2019-04-16 13:21:15 +08:00
portmux_impl.inc.h
queue.c
readme_xtensa.txt
stdint.readme
tasks.c freertos: Fix xTaskIncrementTick for unwind the Tick for CPU1 2019-04-25 13:03:01 +08:00
timers.c
xtensa_context.S
xtensa_init.c
xtensa_intr.c
xtensa_intr_asm.S
xtensa_overlay_os_hook.c
xtensa_vector_defaults.S
xtensa_vectors.S