esp-idf/components/freertos/config
Sudeep Mohanty f01dbe0314 feat(freertos/idf): Add config option for FreeRTOS Timer Task core affinity
This commit adds the ability to set the core affinity for the FreeRTOS
Timer Service task when multi-core configuration is enabled. This commit
also adds a Kconfig option to set the core affinity of the timer task
via the menuconfig.

Closes https://github.com/espressif/esp-idf/issues/10315
2023-11-16 11:42:40 +01:00
..
include/freertos feat(freertos/idf): Add config option for FreeRTOS Timer Task core affinity 2023-11-16 11:42:40 +01:00
linux/include/freertos fix(freertos/idf/linux): Fix configMAX_PRIORITIES for linux port 2023-10-21 04:39:16 +08:00
riscv/include/freertos fix(freertos/idf/linux): Fix configMAX_PRIORITIES for linux port 2023-10-21 04:39:16 +08:00
xtensa/include/freertos fix(freertos/idf/linux): Fix configMAX_PRIORITIES for linux port 2023-10-21 04:39:16 +08:00