54 lines
918 B
Plaintext
54 lines
918 B
Plaintext
#
|
|
# Serial flasher config
|
|
#
|
|
CONFIG_ESPTOOLPY_FLASHMODE_QIO=y
|
|
CONFIG_ESPTOOLPY_FLASHFREQ_80M=y
|
|
CONFIG_ESPTOOLPY_BAUD_921600B=y
|
|
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
|
|
CONFIG_ESPTOOLPY_MONITOR_BAUD_2MB=y
|
|
CONFIG_ESP_CONSOLE_UART_BAUDRATE=2000000
|
|
|
|
#
|
|
# Partition Table
|
|
#
|
|
CONFIG_PARTITION_TABLE_CUSTOM=y
|
|
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
|
|
|
|
#
|
|
# Wi-Fi
|
|
#
|
|
CONFIG_ESP32_WIFI_CSI_ENABLED=y
|
|
CONFIG_ESP32_WIFI_AMPDU_TX_ENABLED=
|
|
|
|
#
|
|
# Common ESP-related
|
|
#
|
|
CONFIG_ESP_CONSOLE_UART_CUSTOM=y
|
|
CONFIG_ESP_CONSOLE_UART=y
|
|
CONFIG_ESP_CONSOLE_UART_NUM=0
|
|
CONFIG_ESP_TASK_WDT_TIMEOUT_S=30
|
|
|
|
#
|
|
# Compiler options
|
|
#
|
|
CONFIG_COMPILER_OPTIMIZATION_PERF=y
|
|
|
|
#
|
|
# FreeRTOS
|
|
#
|
|
CONFIG_FREERTOS_HZ=1000
|
|
|
|
#
|
|
# ESP32-specific
|
|
#
|
|
CONFIG_ESP32_DEFAULT_CPU_FREQ_240=y
|
|
CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ=240
|
|
|
|
CONFIG_ESP32_WIFI_DYNAMIC_TX_BUFFER_NUM=32
|
|
|
|
#
|
|
# ESP32S3-specific
|
|
#
|
|
CONFIG_ESP32S3_DEFAULT_CPU_FREQ_240=y
|
|
CONFIG_ESP32S3_DEFAULT_CPU_FREQ_MHZ=240
|