mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-12 05:17:38 +00:00
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
This commit is contained in:

committed by
KonstantinKondrashov

parent
d3c99ed3b8
commit
eef3a90871
@@ -10,6 +10,7 @@ CONFIGS = [
|
||||
pytest.param('single_core', marks=[pytest.mark.esp32]),
|
||||
pytest.param('freertos_compliance', marks=[pytest.mark.esp32]),
|
||||
pytest.param('isr_dispatch_esp32', marks=[pytest.mark.esp32]),
|
||||
pytest.param('isr_dispatch_esp32c3', marks=[pytest.mark.esp32c3]),
|
||||
pytest.param('cpu1_esp32', marks=[pytest.mark.esp32]),
|
||||
pytest.param('any_cpu_esp32', marks=[pytest.mark.esp32]),
|
||||
pytest.param('cpu1_esp32s3', marks=[pytest.mark.esp32s3]),
|
||||
|
Reference in New Issue
Block a user