Files
esp-idf/components
Darian Leung e9cbf56d36 freertos: Fix SMP round robin scheduling
The previous SMP freertos round robin would skip over tasks when
time slicing. This commit implements a Best Effort Round Robin
where selected tasks are put to the back of the list, thus
makes the time slicing more fair.

- Documentation has been updated accordingly.
- Tidy up vTaskSwitchContext() to match v10.4.3 more
- Increased esp_ipc task stack size to avoid overflow

Closes https://github.com/espressif/esp-idf/issues/7256
2021-12-27 11:52:11 +08:00
..
2021-09-21 16:31:21 +08:00
2021-11-25 10:22:41 +08:00
2021-10-29 14:37:23 +08:00
2021-11-02 16:24:18 +01:00