mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-02 19:54:56 +00:00

This commit updates various FreeRTOS functions to call the newly added prvCheckForYield() and prvCheckForYieldUsingPriority() when checking for yielding. This allows the source code to match upstream more closely.