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

feat: add esp32p4 APM HAL/LL API (v5.3)

See merge request espressif/esp-idf!31417
This commit is contained in:
Mahavir Jain
2024-07-25 16:50:18 +08:00
18 changed files with 762 additions and 185 deletions

View File

@@ -179,6 +179,10 @@ config SOC_APM_SUPPORTED
bool
default y
config SOC_APM_CTRL_FILTER_SUPPORTED
bool
default y
config SOC_PMU_SUPPORTED
bool
default y

View File

@@ -61,6 +61,7 @@
#define SOC_SDIO_SLAVE_SUPPORTED 1
#define SOC_BOD_SUPPORTED 1
#define SOC_APM_SUPPORTED 1
#define SOC_APM_CTRL_FILTER_SUPPORTED 1
#define SOC_PMU_SUPPORTED 1
#define SOC_PAU_SUPPORTED 1
#define SOC_LP_TIMER_SUPPORTED 1