esp-idf/components/freertos
Marius Vikhammer d294ac381f freertos: fix errors reported by PVS-Studio
Removed leftover code-paths that were never taken. Upstream freertos uses
vTaskSuspendAll() and xTaskResumeAll(), and therefor check if the task already
yielded.

In the IDF port of freertos we use critcal sections instead, so xAlreadyYielded
will never be set.

Partially addresses https://github.com/espressif/esp-idf/issues/6440
2021-02-11 03:15:04 +00:00
..
include/freertos
port CI: enable example builds for C3 2021-02-09 12:04:02 +08:00
test
CMakeLists.txt
FreeRTOS-openocd.c
History.txt
Kconfig
component.mk
croutine.c
event_groups.c freertos: fix errors reported by PVS-Studio 2021-02-11 03:15:04 +00:00
freertos_v8_compat.c
license.txt
linker.lf
list.c
queue.c
sdkconfig.rename
stream_buffer.c
tasks.c freertos: fix errors reported by PVS-Studio 2021-02-11 03:15:04 +00:00
timers.c