Code size optimizations
This commit is contained in:
parent
cb6b4d0d4a
commit
0a9ae1f6ba
@ -12,6 +12,7 @@ CONFIG_BOOTLOADER_LOG_LEVEL_NONE=y
|
||||
#
|
||||
CONFIG_COMPILER_OPTIMIZATION_SIZE=y
|
||||
CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT=y
|
||||
CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT=y
|
||||
# end of Compiler options
|
||||
|
||||
#
|
||||
|
@ -27,17 +27,12 @@ CONFIG_GPTIMER_SUPPRESS_DEPRECATE_WARN=y
|
||||
|
||||
# end of Driver Configurations
|
||||
|
||||
#
|
||||
# ESP-TLS
|
||||
#
|
||||
CONFIG_ESP_TLS_SERVER=y
|
||||
# end of ESP-TLS
|
||||
|
||||
#
|
||||
# ESP System Settings
|
||||
#
|
||||
CONFIG_ESP_MAIN_TASK_STACK_SIZE=16384
|
||||
# CONFIG_ESP_TASK_WDT_INIT is not set
|
||||
# CONFIG_ESP_DEBUG_OCDAWARE is not set
|
||||
# end of ESP System Settings
|
||||
|
||||
#
|
||||
@ -70,14 +65,29 @@ CONFIG_MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE=y
|
||||
CONFIG_MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE_PATH="../../lib/certificates/data/roots.pem"
|
||||
# end of Certificate Bundle
|
||||
|
||||
CONFIG_MBEDTLS_TLS_CLIENT_ONLY=y
|
||||
#
|
||||
# TLS Key Exchange Methods
|
||||
#
|
||||
CONFIG_MBEDTLS_PSK_MODES=y
|
||||
CONFIG_MBEDTLS_KEY_EXCHANGE_PSK=y
|
||||
# CONFIG_MBEDTLS_KEY_EXCHANGE_RSA is not set
|
||||
# end of TLS Key Exchange Methods
|
||||
|
||||
CONFIG_MBEDTLS_SSL_PROTO_DTLS=y
|
||||
#
|
||||
# Certificates
|
||||
#
|
||||
# CONFIG_MBEDTLS_PEM_WRITE_C is not set
|
||||
# end of Certificates
|
||||
|
||||
# CONFIG_MBEDTLS_ECP_DP_SECP192R1_ENABLED is not set
|
||||
# CONFIG_MBEDTLS_ECP_DP_SECP224R1_ENABLED is not set
|
||||
# CONFIG_MBEDTLS_ECP_DP_SECP521R1_ENABLED is not set
|
||||
# CONFIG_MBEDTLS_ECP_DP_SECP192K1_ENABLED is not set
|
||||
# CONFIG_MBEDTLS_ECP_DP_SECP224K1_ENABLED is not set
|
||||
# CONFIG_MBEDTLS_ECP_DP_BP256R1_ENABLED is not set
|
||||
# CONFIG_MBEDTLS_ECP_DP_BP384R1_ENABLED is not set
|
||||
# CONFIG_MBEDTLS_ECP_DP_BP512R1_ENABLED is not set
|
||||
# CONFIG_MBEDTLS_ECP_NIST_OPTIM is not set
|
||||
# end of mbedTLS
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user