feat: add esp32p4 APM HAL/LL API

This commit is contained in:
Sachin Billore
2024-05-21 15:31:09 +05:30
committed by Mahavir Jain
parent 7d47aecaa8
commit 5869850af2
13 changed files with 592 additions and 15 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