mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
event: Implement event loop library
This commit is contained in:

committed by
Angus Gratton

parent
cdb10ec5ad
commit
5a83347bec
@@ -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
|
||||
|
Reference in New Issue
Block a user