mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-24 10:38:01 +08:00
13 lines
277 B
Plaintext
13 lines
277 B
Plaintext
# Enable AWS IoT SDK support
|
|
CONFIG_AWS_IOT_SDK=y
|
|
|
|
CONFIG_SSL_USING_MBEDTLS=y
|
|
|
|
CONFIG_MBEDTLS_SSL_ALPN=y
|
|
|
|
# Enable FATFS read only with long filename support
|
|
# for loading Cert/CA/etc from filesystem
|
|
# (if enabled in config)
|
|
CONFIG_FATFS_CODEPAGE_437=y
|
|
CONFIG_FATFS_LFN_HEAP=y
|