esp-idf/components/esp_system/port/soc/esp32c6
Song Ruo Jing 1a66459b44 usb_serial_jtag: Improve the code for the issue of usb cdc device unable to work during sleep
1. Remove RTC_CLOCK_BBPLL_POWER_ON_WITH_USB Kconfig option
   During sleep, BBPLL clock always gets disabled
   esp_restart does not disable BBPLL clock, so that first stage bootloader log can be printed
2. Add a new Kconfig option PM_NO_AUTO_LS_ON_USJ_CONNECTED
   When this option is selected, IDF will constantly monitor USB CDC port connection status.
   As long as it gets connected to a HOST, automatic light-sleep will not happen.

Closes https://github.com/espressif/esp-idf/issues/8507
2023-02-27 12:10:49 +08:00
..
cache_err_int.c bugfix: esprv_intc_int_set_type() should not use bitmap parameter 2022-10-14 11:31:22 +08:00
clk.c wdt: refactor wdt codes to use unified type 2023-02-15 12:08:55 +08:00
CMakeLists.txt esp32c6: add esp_system support 2022-09-06 09:13:20 +00:00
Kconfig.cpu clk_tree: Add basic clock support for esp32c6 2022-12-13 19:18:34 +08:00
Kconfig.system esp32c6: add esp_system support 2022-09-06 09:13:20 +00:00
reset_reason.c esp32c6: add esp_system support 2022-09-06 09:13:20 +00:00
system_internal.c usb_serial_jtag: Improve the code for the issue of usb cdc device unable to work during sleep 2023-02-27 12:10:49 +08:00