mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00: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:
5
components/esp_timer/test_apps/sdkconfig.ci.cpu1_esp32
Normal file
5
components/esp_timer/test_apps/sdkconfig.ci.cpu1_esp32
Normal file
@@ -0,0 +1,5 @@
|
||||
CONFIG_IDF_TARGET="esp32"
|
||||
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