Merge branch 'feature/esp32c5_mp_gpio_support_v5.3' into 'release/v5.3'

Feature/esp32c5 mp gpio support (v5.3)

See merge request espressif/esp-idf!30884
This commit is contained in:
Michael (XIAO Xufeng)
2024-06-12 00:51:06 +08:00
54 changed files with 504 additions and 4534 deletions

View File

@@ -239,6 +239,10 @@ config SOC_MODEM_CLOCK_SUPPORTED
bool
default y
config SOC_PM_SUPPORTED
bool
default y
config SOC_XTAL_SUPPORT_40M
bool
default y

View File

@@ -76,6 +76,7 @@
#define SOC_LIGHT_SLEEP_SUPPORTED 1
#define SOC_DEEP_SLEEP_SUPPORTED 1
#define SOC_MODEM_CLOCK_SUPPORTED 1
#define SOC_PM_SUPPORTED 1
/*-------------------------- XTAL CAPS ---------------------------------------*/
#define SOC_XTAL_SUPPORT_40M 1