mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-05 20:35:08 +02:00
esp_timer: Adds AFFINITY options for task and ISR
These new settings allow you to balance the load on cores. Closes: https://github.com/espressif/esp-idf/issues/10457
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
CONFIG_IDF_TARGET="esp32s3"
|
||||
CONFIG_ESP_TIMER_SUPPORTS_ISR_DISPATCH_METHOD=y
|
||||
CONFIG_ESP_TIMER_SHOW_EXPERIMENTAL=y
|
||||
CONFIG_ESP_TIMER_TASK_AFFINITY_CPU1=y
|
||||
CONFIG_ESP_TIMER_ISR_AFFINITY_CPU1=y
|
||||
Reference in New Issue
Block a user