esp-idf/components/esp_timer
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
..
include esp_timer: Add an option to skip unhandled events for periodic timers 2020-12-09 17:19:19 +08:00
private_include
src esp_timer: Add an option to skip unhandled events for periodic timers 2020-12-09 17:19:19 +08:00
test esp_timer: Add an option to skip unhandled events for periodic timers 2020-12-09 17:19:19 +08:00
CMakeLists.txt
Kconfig time: Fix gettimeofday for ESP32-S3 2020-10-20 14:09:32 +08:00
Makefile.projbuild Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
component.mk
sdkconfig.rename