event: Implement event loop library

This commit is contained in:
Renz Christian Bagaporo
2018-10-26 13:14:19 +08:00
committed by Angus Gratton
parent cdb10ec5ad
commit 5a83347bec
40 changed files with 3760 additions and 5 deletions

View File

@@ -62,7 +62,7 @@ else()
"hwcrypto/sha.c")
set(COMPONENT_ADD_INCLUDEDIRS "include")
set(COMPONENT_REQUIRES driver tcpip_adapter)
set(COMPONENT_REQUIRES driver tcpip_adapter esp_event)
# driver is a public requirement because esp_sleep.h uses gpio_num_t & touch_pad_t
# tcpip_adapter is a public requirement because esp_event.h uses tcpip_adapter types
set(COMPONENT_PRIV_REQUIRES