esp32: add implementation of esp_timer based on TG0 LAC timer

Closes: IDF-979


* Original commit: espressif/esp-idf@739eb05bb9
This commit is contained in:
Konstantin Kondrashov
2020-02-06 14:00:18 +08:00
committed by suren-gabrielyan-espressif
parent 74aee42f80
commit 4eb3e89841

View File

@ -3,5 +3,6 @@ idf_component_register(SRCS "mdns.c"
"mdns_networking.c"
INCLUDE_DIRS "include"
PRIV_INCLUDE_DIRS "private_include"
REQUIRES lwip mbedtls console esp_netif)
REQUIRES lwip mbedtls console esp_netif
PRIV_REQUIRES esp_timer)