2017-08-15 08:11:19 +00:00
|
|
|
# Reduce bootloader log verbosity
|
|
|
|
CONFIG_LOG_BOOTLOADER_LEVEL_WARN=y
|
|
|
|
CONFIG_LOG_BOOTLOADER_LEVEL=2
|
|
|
|
|
|
|
|
# Increase main task stack size
|
2018-02-11 05:14:44 +00:00
|
|
|
CONFIG_MAIN_TASK_STACK_SIZE=7168
|
2017-08-15 08:11:19 +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
|
2018-01-31 06:04:40 +00:00
|
|
|
|
|
|
|
# Enable FreeRTOS stats formatting functions, needed for 'tasks' command
|
|
|
|
CONFIG_FREERTOS_USE_TRACE_FACILITY=y
|
|
|
|
CONFIG_FREERTOS_USE_STATS_FORMATTING_FUNCTIONS=y
|
2018-04-20 06:57:15 +00:00
|
|
|
|
|
|
|
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
|
|
|
|
|