Darian Leung 8babb3bca6 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-11-02 14:00:14 +08:00
..
2016-11-01 01:21:18 +08:00
2017-04-27 19:51:42 +02:00
2017-04-27 19:51:42 +02:00
2018-10-10 08:15:23 +08:00
2018-10-10 08:15:23 +08:00
2018-09-02 21:34:21 +08:00
2018-09-02 21:34:21 +08:00
2018-09-02 21:34:21 +08:00
2018-09-02 21:34:21 +08:00
2020-03-26 11:04:55 +00:00
2020-10-09 15:05:01 +08:00
2017-04-27 19:51:42 +02:00
2017-04-27 19:51:42 +02:00
2017-04-27 19:51:42 +02:00
2017-04-27 19:51:42 +02:00
2017-04-27 19:51:42 +02:00
2017-04-27 19:51:42 +02:00
2017-04-27 19:51:42 +02:00