mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-01 16:16:54 +08:00
feat(make): Sync code from esp-idf and modify for ESP8266
Commit ID: f6bfe13e
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
if(CONFIG_ENABLE_UNIFIED_PROVISIONING)
|
||||
set(COMPONENT_ADD_INCLUDEDIRS include/common
|
||||
include/security
|
||||
include/transports)
|
||||
@ -10,7 +11,8 @@ set(COMPONENT_SRCS "src/common/protocomm.c"
|
||||
"proto-c/sec1.pb-c.c"
|
||||
"proto-c/session.pb-c.c"
|
||||
"src/transports/protocomm_httpd.c")
|
||||
endif()
|
||||
|
||||
set(COMPONENT_PRIV_REQUIRES protobuf-c mbedtls wifi_provisioning)
|
||||
set(COMPONENT_PRIV_REQUIRES protobuf-c ssl esp_http_server http_parser)
|
||||
|
||||
register_component()
|
||||
|
Reference in New Issue
Block a user