Commit Graph

4 Commits

Author SHA1 Message Date
Dong Heng
4fc88828c8 fix(esp_timer): fix system time statistical error 2020-05-18 14:24:30 +08:00
dongheng
6258316dc3 fix(esp_timer): fix delete timer and timer processs later
Make sure that FreeRTOS deletes timer firstly and then API "esp_timer_delete" free the source.
2019-09-11 19:40:44 +08:00
dongheng
7fbb68f4ea feat(esp8266): Add API to get microseconds 2019-03-12 09:39:07 +08:00
Dong Heng
f537808a9a feat(esp8266): Add esp_timer function
This function is based on FreeRTOS timer not real time hard timer.
Adding this just for some user passing compiling.
2018-09-25 20:20:00 +08:00