fix(esp_hw_support): fix esp32s2/esp32s3 RTC IOMUX clock management

This commit is contained in:
wuzhenghui
2025-02-10 21:02:54 +08:00
committed by BOT
parent ccb69d4cf6
commit 8e6ec50bcc
18 changed files with 248 additions and 28 deletions

View File

@@ -835,6 +835,10 @@ config SOC_RTCIO_WAKE_SUPPORTED
bool
default y
config SOC_LP_IO_CLOCK_IS_INDEPENDENT
bool
default y
config SOC_SDM_GROUPS
bool
default y

View File

@@ -323,6 +323,8 @@
*/
#define SOC_RTCIO_HOLD_SUPPORTED 1
#define SOC_RTCIO_WAKE_SUPPORTED 1
// LP IO peripherals have independent clock gating to manage
#define SOC_LP_IO_CLOCK_IS_INDEPENDENT 1
/*-------------------------- Sigma Delta Modulator CAPS -----------------*/
#define SOC_SDM_GROUPS 1