]> granicus.if.org Git - esp-idf/commit
driver: add hardware timer code.
authorWangjialin <wangjialin@espressif.com>
Tue, 22 Nov 2016 18:15:27 +0000 (02:15 +0800)
committerWangjialin <wangjialin@espressif.com>
Tue, 22 Nov 2016 18:15:27 +0000 (02:15 +0800)
commita3c4a70ba30b6550c4259a38a32f360c131b191d
tree7d6871b214a8615738d354abaa773967cb9a52ce
parentd0c9c1de57e84319b70814e90e74d2f153baafbb
driver: add hardware timer code.

1. add timer driver code
2. add timer example code
3. replace api for enable interrupt in task_wdt.c
components/driver/include/driver/timer.h [new file with mode: 0644]
components/driver/timer.c [new file with mode: 0644]
components/esp32/task_wdt.c
examples/13_timer_group/Makefile [new file with mode: 0644]
examples/13_timer_group/main/component.mk [new file with mode: 0644]
examples/13_timer_group/main/timer_group.c [new file with mode: 0644]