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-15 09:42:19 +10:00
2017-07-20 15:28:29 +10:00
2017-08-29 14:52:00 +10:00
2017-08-29 14:52:00 +10:00
2017-08-30 17:55:00 +10:00
2017-08-23 01:10:30 +08:00
2017-07-19 09:10:48 +10:00
2017-08-31 10:45:30 +08:00
2017-09-01 10:34:36 +08:00
2017-08-29 18:43:14 +08:00
2017-08-22 11:49:07 +10:00
2017-08-23 17:51:31 +08:00
2017-08-30 12:11:57 +10:00
2017-08-31 10:45:06 +08:00
2017-07-19 17:24:24 +10:00
2017-08-22 21:01:34 +08:00
2017-08-18 16:29:04 +10:00
2017-08-31 10:45:55 +08:00
2017-08-30 17:55:00 +10:00
2017-08-25 16:08:03 +10:00
2017-08-31 10:45:19 +08:00
2017-08-30 14:08:14 +08:00
2017-08-22 13:01:36 +10:00
2017-08-22 13:48:14 +05:30
2017-08-22 14:34:19 +08:00
2017-08-31 23:50:56 +08:00
2017-09-01 10:34:36 +08:00
2017-08-22 14:34:19 +08:00
2017-08-21 14:36:44 +08:00
2017-08-11 14:26:44 +05:30
2017-08-29 08:27:36 +08:00
2017-08-09 10:25:40 +03:00
2017-08-09 21:36:13 +08:00
2017-07-24 19:57:44 +03:00