sdkconfig.defaults 309 B

1234567891011
  1. # Enable AWS IoT SDK support
  2. CONFIG_AWS_IOT_SDK=y
  3. # Enable FATFS read only with long filename support
  4. # for loading Cert/CA/etc from filesystem
  5. # (if enabled in config)
  6. CONFIG_FATFS_CODEPAGE_437=y
  7. CONFIG_FATFS_LFN_HEAP=y
  8. # Enable TLS asymmetric in/out content length
  9. CONFIG_MBEDTLS_ASYMMETRIC_CONTENT_LEN=y