esp-idf/components/hal/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
..
include/hal 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
clk_tree_hal.c clk_tree: Add a general API to get the frequency of different clocks 2023-01-17 11:30:24 +08:00
efuse_hal.c efuse(esp32-c6): Update efuse_table and rs coding error func 2022-11-22 16:09:10 +08:00
lp_timer_hal.c lp_timer: add hal-layer codes for esp32c6 2023-01-31 22:12:27 +08:00
modem_clock_hal.c modem clock(hal): implemented the modem clock hal-layer for esp32c6 2022-12-27 21:31:21 +08:00
pau_hal.c pau: implement the pau regdma hal&ll layer for esp32c6 2023-02-15 10:45:44 +08:00
pmu_hal.c pmu: add hal layer codes for esp32c6 2023-01-31 22:12:27 +08:00