Files
Jitin George 39d1dae06c esp-tls: Add support for simplified TLS
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
2018-12-20 12:25:23 +05:30

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()