mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-27 18:32:54 +00:00
Merge branch 'ci/tee_apm_pms_test_app' into 'master'
ci(hal): Add HAL/LL-based test app for the TEE and APM peripherals Closes IDF-8614, IDF-8615, IDF-9229, IDF-9230, IDF-10422, IDF-12646, IDF-12647, IDF-12648, IDF-12649, and IDF-12877 See merge request espressif/esp-idf!39873
This commit is contained in:
@@ -999,6 +999,10 @@ config SOC_APM_CTRL_FILTER_SUPPORTED
|
||||
bool
|
||||
default y
|
||||
|
||||
config SOC_APM_CPU_APM_SUPPORTED
|
||||
bool
|
||||
default y
|
||||
|
||||
config SOC_APM_SUPPORT_CTRL_CFG_LOCK
|
||||
bool
|
||||
default y
|
||||
|
@@ -15,9 +15,11 @@ extern "C" {
|
||||
/* Number of paths for each supported APM controller */
|
||||
#define APM_CTRL_HP_APM_PATH_NUM (4)
|
||||
#define APM_CTRL_LP_APM_PATH_NUM (1)
|
||||
#define APM_CTRL_CPU_APM_PATH_NUM (2)
|
||||
/* Number of regions for each supported APM controller */
|
||||
#define APM_CTRL_HP_APM_REGION_NUM (16)
|
||||
#define APM_CTRL_LP_APM_REGION_NUM (4)
|
||||
#define APM_CTRL_CPU_APM_REGION_NUM (8)
|
||||
|
||||
/* Register offset for TEE mode control */
|
||||
#define APM_TEE_MODE_CTRL_OFFSET (0x04)
|
||||
|
@@ -412,6 +412,7 @@
|
||||
|
||||
/*-------------------------- APM CAPS ----------------------------------------*/
|
||||
#define SOC_APM_CTRL_FILTER_SUPPORTED 1 /*!< Support for APM control filter */
|
||||
#define SOC_APM_CPU_APM_SUPPORTED 1 /*!< Support for CPU APM control filter */
|
||||
#define SOC_APM_SUPPORT_CTRL_CFG_LOCK 1 /*!< Support for APM controller configuration lock */
|
||||
|
||||
/*------------------------ Anti DPA (Security) CAPS --------------------------*/
|
||||
|
Reference in New Issue
Block a user