feat(esp-tls): update esp-tls from esp-idf

Commit ID: 03d07741
This commit is contained in:
Dong Heng
2019-11-18 17:37:28 +08:00
parent a76dbc7ddd
commit 595b51b15f
10 changed files with 1711 additions and 638 deletions

View File

@ -1,3 +1,16 @@
COMPONENT_SRCDIRS := .
COMPONENT_ADD_INCLUDEDIRS := .
COMPONENT_SRCDIRS := .
COMPONENT_OBJS := esp_tls.o
COMPONENT_ADD_INCLUDEDIRS := . private_include
ifneq ($(CONFIG_ESP_TLS_USING_MBEDTLS), )
COMPONENT_OBJS += esp_tls_mbedtls.o
endif
ifneq ($(CONFIG_ESP_TLS_USING_WOLFSSL), )
COMPONENT_OBJS += esp_tls_wolfssl.o
endif
CFLAGS += -DWOLFSSL_USER_SETTINGS