fix(freertos): Updated IDLE task names for each core to have the coreID as a suffix

This commit updates the IDLE task names for each core by concatenating
the respective coreIDs to the names.

Closes https://github.com/espressif/esp-idf/issues/12204
This commit is contained in:
Sudeep Mohanty
2023-09-08 16:13:06 +02:00
parent d057bacbd3
commit a76a1465b6
3 changed files with 139 additions and 27 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ ESP-IDF FreeRTOS
- 亲和性
- 优先级
* - 空闲任务 (``IDLEx``)
- 为每个 CPU 核创建并固定一个空闲任务 (``IDLEx``),其中 ``x`` 是 CPU 核的编号
- 为每个 CPU 核创建并固定一个空闲任务 (``IDLEx``),其中 ``x`` 是 CPU 核的编号。 当启用单核配置时,``x`` 将被删除。
- :ref:`CONFIG_FREERTOS_IDLE_TASK_STACKSIZE`
- Core x
- ``0``