mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00

This commit fixes the following: - Fixes a bug wherein the timer status is active for oneshot timers that expire before they are started. - Callback calls for periodic timers where made before the timers were auto-reloaded. - Timer expiry trace was being set after the timer callback is called. Closes https://github.com/espressif/esp-idf/issues/8014