aws_iot: optimize dynamic memory by tweaking tls out buf content length

This commit is contained in:
Mahavir Jain 2018-09-22 17:52:10 +05:30
parent 54382277b6
commit 5585f699d1
2 changed files with 6 additions and 0 deletions

View file

@ -7,3 +7,6 @@ CONFIG_AWS_IOT_SDK=y
CONFIG_FATFS_READONLY=y
CONFIG_FATFS_CODEPAGE_437=y
CONFIG_FATFS_LFN_HEAP=y
# Enable TLS asymmetric in/out content length
CONFIG_MBEDTLS_ASYMMETRIC_CONTENT_LEN=y

View file

@ -6,3 +6,6 @@ CONFIG_AWS_IOT_SDK=y
# (if enabled in config)
CONFIG_FATFS_CODEPAGE_437=y
CONFIG_FATFS_LFN_HEAP=y
# Enable TLS asymmetric in/out content length
CONFIG_MBEDTLS_ASYMMETRIC_CONTENT_LEN=y