mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-30 06:59:02 +08:00
feat(esp-tls): update esp-tls from esp-idf
Commit ID: 03d07741
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user