fix(esp_tee): fixes double panic when ESP-TEE panics

This commit is contained in:
Ashish Sharma
2026-07-02 14:49:15 +08:00
parent 298d763003
commit a3398cb629

View File

@@ -29,8 +29,9 @@
#endif
#include "esp_tee.h"
#include "esp_attr.h"
void esp_tee_soc_reset_crypto_peripherals(void)
void IRAM_ATTR esp_tee_soc_reset_crypto_peripherals(void)
{
/* Reset the crypto peripherals to a clean state and leave their clocks disabled; drivers re-enable on demand */
#if SOC_AES_SUPPORTED