Merge branch 'feature/bringup_esp32c6_light_sleep_pd_cpu' into 'master'

esp32c6: support light_sleep (Stage 1: support CPU power down)

See merge request espressif/esp-idf!21985
This commit is contained in:
Wu Zheng Hui
2023-02-01 14:11:15 +08:00
84 changed files with 4794 additions and 4011 deletions

View File

@@ -955,6 +955,14 @@ config SOC_PM_SUPPORT_RC_FAST_PD
bool
default y
config SOC_PM_SUPPORT_VDDSDIO_PD
bool
default y
config SOC_CONFIGURABLE_VDDSDIO_SUPPORTED
bool
default y
config SOC_CLK_APLL_SUPPORTED
bool
default y

View File

@@ -415,6 +415,9 @@
#define SOC_PM_SUPPORT_RTC_FAST_MEM_PD (1)
#define SOC_PM_SUPPORT_RTC_SLOW_MEM_PD (1)
#define SOC_PM_SUPPORT_RC_FAST_PD (1)
#define SOC_PM_SUPPORT_VDDSDIO_PD (1)
#define SOC_CONFIGURABLE_VDDSDIO_SUPPORTED (1)
/*-------------------------- CLOCK SUBSYSTEM CAPS ----------------------------------------*/
#define SOC_CLK_APLL_SUPPORTED (1)