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 gabsuren
parent aec6a75d40
commit 17281a515e

View File

@ -1,3 +1,4 @@
idf_component_register(SRCS "esp_websocket_client.c"
INCLUDE_DIRS "include"
REQUIRES lwip esp-tls tcp_transport nghttp)
REQUIRES lwip esp-tls tcp_transport nghttp
PRIV_REQUIRES esp_timer)