]> granicus.if.org Git - esp-idf/commit
esp_timer: add high resolution software timer API
authorIvan Grokhotkov <ivan@espressif.com>
Mon, 7 Aug 2017 20:21:19 +0000 (04:21 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Mon, 28 Aug 2017 03:35:26 +0000 (11:35 +0800)
commit857a29872da6c5c2d081ea9cb38ff05b7db3e008
tree87ac32f4afa174cd808a3898aa4fc55d9194fe97
parenta66df0826e292289f1691d471aab3be249f4f53f
esp_timer: add high resolution software timer API
components/esp32/Kconfig
components/esp32/cpu_start.c
components/esp32/esp_timer.c [new file with mode: 0644]
components/esp32/esp_timer.h [new file with mode: 0644]
components/esp32/esp_timer_esp32.c [new file with mode: 0644]
components/esp32/esp_timer_impl.h [new file with mode: 0644]
components/esp32/ets_timer_legacy.c [new file with mode: 0644]
components/esp32/include/esp_task.h
components/esp32/lib
components/esp32/test/test_esp_timer.c [new file with mode: 0644]
components/esp32/test/test_ets_timer.c [new file with mode: 0644]