6dd9db31b3
Adds Adafruit QT Py C3 board that uses it. Also revamps size check script to work for S3 and C3 as well. Fixes #6030
109 lines
2.6 KiB
Plaintext
109 lines
2.6 KiB
Plaintext
#
|
|
# Bootloader config
|
|
#
|
|
CONFIG_BOOTLOADER_LOG_LEVEL_NONE=y
|
|
# CONFIG_BOOTLOADER_LOG_LEVEL_INFO is not set
|
|
CONFIG_BOOTLOADER_LOG_LEVEL=0
|
|
# end of Bootloader config
|
|
|
|
# CONFIG_ESPTOOLPY_FLASHFREQ_26M is not set
|
|
#
|
|
# Partition Table
|
|
#
|
|
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="esp-idf-config/partitions-4MB-no-uf2.csv"
|
|
CONFIG_PARTITION_TABLE_FILENAME="esp-idf-config/partitions-4MB-no-uf2.csv"
|
|
# end of Partition Table
|
|
|
|
# CONFIG_COMPILER_SAVE_RESTORE_LIBCALLS is not set
|
|
#
|
|
# Bluetooth
|
|
#
|
|
CONFIG_BT_SOC_SUPPORT_5_0=y
|
|
# end of Bluetooth
|
|
|
|
CONFIG_BT_CTRL_HW_CCA_VAL=20
|
|
#
|
|
# NimBLE Options
|
|
#
|
|
CONFIG_BT_NIMBLE_PINNED_TO_CORE=0
|
|
# end of NimBLE Options
|
|
|
|
# CONFIG_BLE_MESH is not set
|
|
#
|
|
# ESP System Settings
|
|
#
|
|
# CONFIG_ESP_SYSTEM_USE_EH_FRAME is not set
|
|
# CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG is not set
|
|
CONFIG_ESP_CONSOLE_SECONDARY_NONE=y
|
|
# CONFIG_ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG is not set
|
|
# CONFIG_ESP_DEBUG_STUBS_ENABLE is not set
|
|
# end of ESP System Settings
|
|
|
|
CONFIG_ESP32_WIFI_SW_COEXIST_ENABLE=y
|
|
#
|
|
# LWIP
|
|
#
|
|
CONFIG_LWIP_LOCAL_HOSTNAME="Adafruit-QTPy-ESP32C3"
|
|
# end of LWIP
|
|
|
|
# CONFIG_MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH is not set
|
|
#
|
|
# mbedTLS v2.28.x related
|
|
#
|
|
CONFIG_MBEDTLS_ECDH_LEGACY_CONTEXT=y
|
|
# CONFIG_MBEDTLS_X509_TRUSTED_CERT_CALLBACK is not set
|
|
# CONFIG_MBEDTLS_SSL_CONTEXT_SERIALIZATION is not set
|
|
CONFIG_MBEDTLS_SSL_KEEP_PEER_CERTIFICATE=y
|
|
# end of mbedTLS v2.28.x related
|
|
|
|
# CONFIG_MBEDTLS_SSL_DTLS_CONNECTION_ID is not set
|
|
#
|
|
# DTLS-based configurations
|
|
#
|
|
# CONFIG_MBEDTLS_SSL_DTLS_SRTP is not set
|
|
# end of DTLS-based configurations
|
|
|
|
CONFIG_MBEDTLS_ECP_RESTARTABLE=y
|
|
#
|
|
# mbedTLS
|
|
#
|
|
CONFIG_MBEDTLS_CMAC_C=y
|
|
# end of mbedTLS
|
|
|
|
CONFIG_MDNS_MAX_SERVICES=10
|
|
#
|
|
# mDNS
|
|
#
|
|
CONFIG_MDNS_TASK_PRIORITY=1
|
|
CONFIG_MDNS_TASK_STACK_SIZE=4096
|
|
# CONFIG_MDNS_TASK_AFFINITY_NO_AFFINITY is not set
|
|
CONFIG_MDNS_TASK_AFFINITY_CPU0=y
|
|
CONFIG_MDNS_TASK_AFFINITY=0x0
|
|
CONFIG_MDNS_SERVICE_ADD_TIMEOUT_MS=2000
|
|
# CONFIG_MDNS_STRICT_MODE is not set
|
|
CONFIG_MDNS_TIMER_PERIOD_MS=100
|
|
# CONFIG_MDNS_NETWORKING_SOCKET is not set
|
|
CONFIG_MDNS_MULTIPLE_INSTANCE=y
|
|
# end of mDNS
|
|
|
|
# CONFIG_SPI_FLASH_AUTO_SUSPEND is not set
|
|
#
|
|
# Auto-detect flash chips
|
|
#
|
|
CONFIG_SPI_FLASH_SUPPORT_TH_CHIP=y
|
|
# end of Auto-detect flash chips
|
|
|
|
CONFIG_LOG_BOOTLOADER_LEVEL_NONE=y
|
|
#
|
|
# Deprecated options for backward compatibility
|
|
#
|
|
# CONFIG_LOG_BOOTLOADER_LEVEL_INFO is not set
|
|
CONFIG_LOG_BOOTLOADER_LEVEL=0
|
|
# CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG is not set
|
|
CONFIG_COMPILER_OPTIMIZATION_LEVEL_RELEASE=y
|
|
CONFIG_ESP32S2_PANIC_PRINT_HALT=y
|
|
# CONFIG_ESP32S2_PANIC_SILENT_REBOOT is not set
|
|
CONFIG_CONSOLE_UART=y
|
|
# CONFIG_ESP32_DEBUG_STUBS_ENABLE is not set
|
|
# end of Deprecated options for backward compatibility
|