mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
fix(esp_tee): fixes double panic when ESP-TEE panics
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user