Cao Sen Miao
|
99caa4950c
|
esp_timer: init rtc timer and system timer in early init
|
2021-11-15 19:38:09 +08:00 |
Ivan Grokhotkov
|
85bc2d7240
|
esp_timer: allow querying the timer before esp_timer_init is called
|
2021-11-15 19:38:09 +08:00 |
Renz Bagaporo
|
74de5a7c58
|
esp_timer: correct startup time
|
2021-03-25 15:38:27 +08:00 |
KonstantinKondrashov
|
63d4911cdb
|
esp_timer: Add ESP_TIMER_ISR dispatch method
Using own spinlock for each list (TASK and ISR disp method)
Reduced the dependency of ISR on the TASK dispatch method
|
2021-02-08 19:10:11 +08:00 |
morris
|
890fc0fe67
|
esp_timer: alias esp_timer_get_time
alias esp_timer_get_time to improve performance
|
2020-04-01 16:51:43 +08:00 |
Konstantin Kondrashov
|
739eb05bb9
|
esp32: add implementation of esp_timer based on TG0 LAC timer
Closes: IDF-979
|
2020-02-06 14:00:18 +08:00 |