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

@@ -33,8 +33,10 @@ void bootloader_init_mem(void)
* So, at boot disabling these filters. They will enable as per the
* use case by TEE initialization code.
*/
#ifdef SOC_APM_CTRL_FILTER_SUPPORTED
apm_hal_apm_ctrl_filter_enable_all(false);
#endif
#endif
#if CONFIG_IDF_TARGET_ESP32C5 // TODO: IDF-8615 Remove the workaround when APM supported on C5!
// disable apm filter