mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-11 21:10:20 +00:00
8 lines
399 B
Plaintext
8 lines
399 B
Plaintext
config ESP32S2_KEEP_USB_ALIVE
|
|
bool "Keep USB peripheral enabled at start up" if !ESP_CONSOLE_USB_CDC
|
|
default y if ESP_CONSOLE_USB_CDC
|
|
help
|
|
During the application initialization process, all the peripherals except UARTs and timers
|
|
are reset. Enable this option to keep USB peripheral enabled.
|
|
This option is automatically enabled if "USB CDC" console is selected.
|