Skip to content

Commit

Permalink
esp_timer: Adds AFFINITY options for task and ISR
Browse files Browse the repository at this point in the history
These new settings allow you to balance the load on cores.
Closes: espressif/esp-idf#10457
  • Loading branch information
KonstantinKondrashov committed Mar 2, 2023
1 parent 5cf110b commit 8d35c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/esp_system/system_init_fn.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


# esp_timer has to be initialized early, since it is used by several other components
100: esp_timer_startup_init in components/esp_timer/src/esp_timer.c on BIT(0)
100: esp_timer_startup_init in components/esp_timer/src/esp_timer.c on CONFIG_ESP_TIMER_ISR_AFFINITY

# esp_sleep doesn't have init dependencies
105: esp_sleep_startup_init in components/esp_hw_support/sleep_gpio.c on BIT(0)
Expand Down

0 comments on commit 8d35c6e

Please sign in to comment.