esp-idf/components/esp_timer/src
KonstantinKondrashov aa96c9a4d8 esp_timer: Add an option to skip unhandled events for periodic timers
- Added an option to skip unhandled events for periodic timers. Useful for light sleep.
- Added doc about this case
- Added Test a latency between a call of callback and real event (14-16us). and UT to check skip_unhandled_events.
- Fixed for esp_timer_dump() if name of timer is NULL
- Refactored timer_process_alarm()
- Added the delete function after using in UTs
2020-12-09 17:19:19 +08:00
..
esp_timer_impl_frc_legacy.c esp_timer: fix CONFIG_PM_USE_RTC_TIMER_REF option usage 2020-09-04 19:19:26 +00:00
esp_timer_impl_lac.c esp_timer: do init check in timer implementation 2020-09-01 15:01:11 +08:00
esp_timer_impl_systimer.c hal: Add initial ESP32-C3 support 2020-11-30 15:23:15 +11:00
esp_timer.c esp_timer: Add an option to skip unhandled events for periodic timers 2020-12-09 17:19:19 +08:00
ets_timer_legacy.c Updates for riscv support 2020-11-13 07:49:11 +11:00