Alan Fisher
|
eef3a90871
|
fix(esp_timer): Fix delay in ISR dispatch callbacks
Set the following alarm before calling the alarm handler.
Closes https://github.com/espressif/esp-idf/pull/11637
Closes https://github.com/espressif/esp-idf/issues/11636
|
2023-08-22 17:22:24 +08:00 |
|
KonstantinKondrashov
|
449e4bcae7
|
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
|
2023-03-02 20:08:02 +08:00 |
|
KonstantinKondrashov
|
f6f173e3d3
|
esp_timer: Fix tests for C2 chip
|
2022-11-28 20:02:06 +08:00 |
|
Marius Vikhammer
|
e9671ee04f
|
esp_timer: fix ESP_TIMER_ISR dispatch method due to off by one error
|
2022-11-09 11:17:35 +08:00 |
|
KonstantinKondrashov
|
9f41525d99
|
esp_timer: Migrate esp_timer unit tests from unit-test-app to component test app
|
2022-11-05 22:53:38 +08:00 |
|