Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

138 lines
2.4 KiB
Plaintext
Raw Normal View History

2021-09-26 00:00:00 +05:30
#
# Espressif IoT Development Framework Configuration
#
#
# Partition Table
#
CONFIG_PARTITION_TABLE_CUSTOM=y
# end of Partition Table
#
# Component config
#
#
# Driver Configurations
#
#
# Legacy ADC Configuration
#
CONFIG_ADC_SUPPRESS_DEPRECATE_WARN=y
# end of Legacy ADC Configuration
#
# GPTimer Configuration
#
CONFIG_GPTIMER_SUPPRESS_DEPRECATE_WARN=y
# end of GPTimer Configuration
#
# PCNT Configuration
#
CONFIG_PCNT_SUPPRESS_DEPRECATE_WARN=y
# end of PCNT Configuration
2021-09-26 00:00:00 +05:30
#
# RMT Configuration
#
CONFIG_RMT_SUPPRESS_DEPRECATE_WARN=y
# end of RMT Configuration
#
# I2S Configuration
#
CONFIG_I2S_SUPPRESS_DEPRECATE_WARN=y
# end of I2S Configuration
# end of Driver Configurations
#
# ESP-TLS
#
2023-01-06 12:15:06 +05:30
CONFIG_ESP_TLS_SERVER=y
# end of ESP-TLS
#
# ESP System Settings
#
CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_240=y
#
# Memory
#
CONFIG_ESP32S3_RTCDATA_IN_FAST_MEM=y
# end of Memory
CONFIG_ESP_MAIN_TASK_STACK_SIZE=16384
# CONFIG_ESP_TASK_WDT_INIT is not set
# end of ESP System Settings
2021-09-26 00:00:00 +05:30
#
# LWIP
#
CONFIG_LWIP_MAX_SOCKETS=8
CONFIG_LWIP_SO_RCVBUF=y
#
# TCP
#
CONFIG_LWIP_MAX_ACTIVE_TCP=4
CONFIG_LWIP_MAX_LISTENING_TCP=4
2023-01-06 12:15:06 +05:30
CONFIG_LWIP_TCP_SYNMAXRTX=6
CONFIG_LWIP_TCP_SND_BUF_DEFAULT=2880
2023-01-06 12:15:06 +05:30
CONFIG_LWIP_TCP_WND_DEFAULT=2880
CONFIG_LWIP_TCP_RTO_TIME=3000
# end of TCP
# end of LWIP
2023-01-06 12:15:06 +05:30
#
# mbedTLS
#
CONFIG_MBEDTLS_SSL_OUT_CONTENT_LEN=2048
#
# Certificate Bundle
#
CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_NONE=y
2021-09-26 00:00:00 +05:30
CONFIG_MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE=y
2023-09-06 16:22:42 -04:00
CONFIG_MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE_PATH="../../lib/certificates/data/roots.pem"
2021-09-26 00:00:00 +05:30
# end of Certificate Bundle
#
# TLS Key Exchange Methods
#
2023-01-06 12:15:06 +05:30
CONFIG_MBEDTLS_PSK_MODES=y
CONFIG_MBEDTLS_KEY_EXCHANGE_PSK=y
# end of TLS Key Exchange Methods
2021-09-26 00:00:00 +05:30
CONFIG_MBEDTLS_SSL_PROTO_DTLS=y
# end of mbedTLS
#
# SPI Flash driver
#
# CONFIG_SPI_FLASH_YIELD_DURING_ERASE is not set
2021-09-26 00:00:00 +05:30
CONFIG_SPI_FLASH_WRITE_CHUNK_SIZE=4096
# end of SPI Flash driver
#
# Ultra Low Power (ULP) Co-processor
#
CONFIG_ULP_COPROC_ENABLED=y
# end of Ultra Low Power (ULP) Co-processor
2023-01-06 12:15:06 +05:30
#
# Camera configuration
#
# CONFIG_OV7670_SUPPORT is not set
# CONFIG_NT99141_SUPPORT is not set
# CONFIG_OV2640_SUPPORT is not set
# CONFIG_GC2145_SUPPORT is not set
# CONFIG_GC032A_SUPPORT is not set
# CONFIG_GC0308_SUPPORT is not set
# CONFIG_BF3005_SUPPORT is not set
# CONFIG_BF20A6_SUPPORT is not set
# CONFIG_SC030IOT_SUPPORT is not set
# end of Camera configuration
2023-01-06 12:15:06 +05:30
# end of Component config
# end of Espressif IoT Development Framework Configuration