feat: add esp32p4 APM HAL/LL API

This commit is contained in:
Sachin Billore
2024-05-21 15:31:09 +05:30
parent 6e20be1d95
commit 31d86175da
13 changed files with 592 additions and 15 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