sdkconfig.defaults 456 B

12345678910111213
  1. # Enable USB console
  2. CONFIG_ESP_CONSOLE_USB_CDC=y
  3. # On chips with USB serial, disable secondary console which does not make sense when using console component
  4. CONFIG_ESP_CONSOLE_SECONDARY_NONE=y
  5. # Reduce bootloader log verbosity
  6. CONFIG_BOOTLOADER_LOG_LEVEL_WARN=y
  7. CONFIG_BOOTLOADER_LOG_LEVEL=2
  8. # Enable FreeRTOS stats formatting functions, needed for 'tasks' command
  9. CONFIG_FREERTOS_USE_TRACE_FACILITY=y
  10. CONFIG_FREERTOS_USE_STATS_FORMATTING_FUNCTIONS=y