mirror of
https://github.com/espressif/esp-idf.git
synced 2026-06-07 13:46:36 +03:00
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