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 [doc/freertos]: fixed doc of pxTaskGetStackStart() 2021-01-26 17:31:11 +08:00
port CI: enable example builds for C3 2021-02-09 12:04:02 +08:00
test test/freertos: add RISC-V support in thread local storage test 2021-01-24 12:38:15 +00:00
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 Merge branch 'bugfix/ldgen_ignore_nonexistent_archives_and_obj' into 'master' 2021-01-21 15:59:35 +08:00
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