esp-idf/docs/en
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
..
_templates doc: Add exact git version & target SoC to feedback form parameters 2020-03-27 11:29:59 +11:00
api-guides freertos: Fix SMP round robin scheduling 2021-11-02 14:00:14 +08:00
api-reference Merge branch 'doc/make_classic_bt_API_ref_only_for_esp32' into 'master' 2021-10-29 02:27:24 +00:00
contribute Add copyright check to pre-commit-config 2021-09-20 17:50:55 +08:00
get-started doc: add flash and psram configuration doc in programming guide 2021-10-26 11:49:36 +08:00
get-started-legacy tools: replace _ with - in idf.py 2021-10-13 17:30:38 +08:00
hw-reference docs: replace the module on esp32-devkitc from esp32-wrover to esp32-wroom 2021-10-28 17:29:17 +08:00
libraries-and-frameworks Added libraries and frameworks to the docs reference 2021-08-12 09:21:58 +01:00
security secure_boot: Added Kconfig option for aggressive key revoke 2021-10-22 12:20:14 +05:30
third-party-tools docs: fix link_roles not linking correctly for certain files 2020-06-22 20:42:59 +08:00
404.rst Updated 404 page not found pages, both Chinese and English versions. 2019-03-28 19:06:43 +08:00
about.rst docs: updated getting started and other misc. guides for S3 2021-06-29 15:44:45 +08:00
conf.py docs: update to use esp-docs 2021-08-24 08:56:48 +08:00
COPYRIGHT.rst freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00
gnu-make-legacy.rst docs: Make CMake build system default, mark GNU Make as legacy option 2019-07-09 14:32:26 +10:00
index.rst build docs: enable building of S3 docs 2021-06-09 09:30:36 +08:00
languages.rst doc:updated cn translation for language.rst and version.rst to provide new layout for version/target select 2021-03-12 16:15:56 +08:00
resources.rst docs: initial update of programming guide for C3 2021-02-01 15:40:02 +08:00
versions.rst docs: add a section about API conventions and stability 2021-08-31 14:41:48 +02:00