esp-idf/components/esp_system/port/soc/esp32
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 hal: Deprecate interrupt_controller_hal.h, cpu_hal.h and cpu_ll.h interfaces 2022-07-22 00:06:06 +08:00
clk.c esp_hw_support/clk_cali: remove redundant check for cali value 2022-09-21 03:03:25 +00:00
CMakeLists.txt IPC: Move ipc sources to esp_system 2021-11-11 10:30:01 +08:00
highint_hdl.S dport: Move DPORT workaround to G0 2022-05-31 13:44:18 +08:00
intr.c esp_system: support riscv panic 2020-11-13 07:49:11 +11:00
Kconfig.cpu soc: moved kconfig options out of the target component. 2022-04-21 12:09:43 +08:00
Kconfig.memory kconfig: move remaining kconfig options out of target component 2022-05-23 17:57:45 +08:00
Kconfig.system kconfig: move remaining kconfig options out of target component 2022-05-23 17:57:45 +08:00
Kconfig.tracemem kconfig: move remaining kconfig options out of target component 2022-05-23 17:57:45 +08:00
reset_reason.c soc: add reset reasons in soc component 2021-07-13 10:45:38 +08: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