mirror of
https://github.com/espressif/esp-idf
synced 2025-03-22 15:39:13 -04:00
11 lines
310 B
Plaintext
11 lines
310 B
Plaintext
# Enable USB console
|
|
CONFIG_ESP_CONSOLE_USB_CDC=y
|
|
|
|
# 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
|