Files
esp-idf/components
Ivan Grokhotkov 1af6384349 esp_timer: lock-free implementation of esp_timer_get_time
The implementation of esp_timer_get_time used a critical section, which
resulted in a call time of ~1.8us. To make esp_timer_get_time more
useable as a high-resolution time source, this change replaces the lock
with polling. Call time is reduced to ~0.7us.
2017-09-01 10:34:36 +08:00
..
2017-07-24 20:07:21 +03:00
2017-08-30 17:55:00 +10:00
2017-08-30 12:11:57 +10:00
2017-08-22 13:01:36 +10:00
2017-08-31 23:50:56 +08:00