2018-09-20 11:26:14 +00:00
|
|
|
# Reduce bootloader log verbosity
|
2019-05-09 12:10:35 +00:00
|
|
|
CONFIG_BOOTLOADER_LOG_LEVEL_WARN=y
|
|
|
|
CONFIG_BOOTLOADER_LOG_LEVEL=2
|
2018-09-20 11:26:14 +00:00
|
|
|
|
|
|
|
# Increase main task stack size
|
2019-04-30 10:51:55 +00:00
|
|
|
CONFIG_ESP_MAIN_TASK_STACK_SIZE=7168
|
2018-09-20 11:26:14 +00:00
|
|
|
|
|
|
|
# Enable filesystem
|
|
|
|
CONFIG_PARTITION_TABLE_CUSTOM=y
|
|
|
|
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_example.csv"
|
|
|
|
CONFIG_PARTITION_TABLE_CUSTOM_APP_BIN_OFFSET=0x10000
|
|
|
|
CONFIG_PARTITION_TABLE_FILENAME="partitions_example.csv"
|
|
|
|
CONFIG_APP_OFFSET=0x10000
|
|
|
|
|
|
|
|
# Enable FreeRTOS stats formatting functions, needed for 'tasks' command
|
|
|
|
CONFIG_FREERTOS_USE_TRACE_FACILITY=y
|
|
|
|
CONFIG_FREERTOS_USE_STATS_FORMATTING_FUNCTIONS=y
|
|
|
|
|
|
|
|
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
|
|
|
|
|
|
|
|
# ESP32-specific
|
|
|
|
CONFIG_ESP32_DEFAULT_CPU_FREQ_240=y
|
|
|
|
CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ=240
|
|
|
|
|
|
|
|
# Ethernet
|
2019-04-30 10:30:32 +00:00
|
|
|
CONFIG_ETH_EMAC_L2_TO_L3_RX_BUF_MODE=y
|
2018-09-20 11:26:14 +00:00
|
|
|
|