mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-28 21:48:05 +08:00

This is based on from esp-idf's esp-tls component. Latest commit ID on esp-idf: dec70a760120d3c6d1d63ac0257dce6a8561879c Some HTTP convenience APIs have been removed from esp-idf's esp-tls component while porting it ESP8266-RTOS-SDK due to non-availabilty of http_parser
8 lines
163 B
CMake
8 lines
163 B
CMake
set(COMPONENT_SRCS "esp_tls.c")
|
|
set(COMPONENT_ADD_INCLUDEDIRS ".")
|
|
|
|
set(COMPONENT_REQUIRES mbedtls)
|
|
set(COMPONENT_PRIV_REQUIRES lwip nghttp)
|
|
|
|
register_component()
|