Files
esp-idf/examples/peripherals/i2c/i2c_tools/sdkconfig.defaults
T

18 lines
537 B
Plaintext
Raw Normal View History

2018-10-15 10:19:02 +08:00
# Reduce bootloader log verbosity
CONFIG_BOOTLOADER_LOG_LEVEL_WARN=y
CONFIG_BOOTLOADER_LOG_LEVEL=2
2018-10-15 10:19:02 +08:00
# Increase main task stack size
2019-04-30 12:51:55 +02:00
CONFIG_ESP_MAIN_TASK_STACK_SIZE=7168
2018-10-15 10:19:02 +08:00
# Enable filesystem
CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_example.csv"
CONFIG_PARTITION_TABLE_FILENAME="partitions_example.csv"
# Enable FreeRTOS stats formatting functions, needed for 'tasks' command
CONFIG_FREERTOS_USE_TRACE_FACILITY=y
CONFIG_FREERTOS_USE_STATS_FORMATTING_FUNCTIONS=y
2022-01-04 19:48:12 +08:00
CONFIG_ESPTOOLPY_FLASHSIZE_2MB=y