2020-04-30 16:52:53 +02:00
|
|
|
# Enable USB console
|
|
|
|
|
CONFIG_ESP_CONSOLE_USB_CDC=y
|
|
|
|
|
|
2023-06-29 12:09:23 +08:00
|
|
|
# On chips with USB serial, disable secondary console which does not make sense when using console component
|
|
|
|
|
CONFIG_ESP_CONSOLE_SECONDARY_NONE=y
|
|
|
|
|
|
2020-04-30 16:52:53 +02:00
|
|
|
# Reduce bootloader log verbosity
|
|
|
|
|
CONFIG_BOOTLOADER_LOG_LEVEL_WARN=y
|
|
|
|
|
CONFIG_BOOTLOADER_LOG_LEVEL=2
|
|
|
|
|
|
|
|
|
|
# Enable FreeRTOS stats formatting functions, needed for 'tasks' command
|
|
|
|
|
CONFIG_FREERTOS_USE_TRACE_FACILITY=y
|
|
|
|
|
CONFIG_FREERTOS_USE_STATS_FORMATTING_FUNCTIONS=y
|