Merge branch 'feature/esp_tee_h2_v5.5' into 'release/v5.5'

feat(esp_tee): Support for ESP32-H2 (v5.5)

See merge request espressif/esp-idf!39311
This commit is contained in:
Aditya Patwardhan
2025-06-16 12:04:22 +05:30
42 changed files with 1822 additions and 227 deletions
@@ -136,7 +136,7 @@ esp_err_t bootloader_flash_erase_range(uint32_t start_addr, uint32_t size)
#if ESP_TEE_BUILD
#include "esp_fault.h"
#include "esp_flash_partitions.h"
#include "esp32c6/rom/spi_flash.h"
#include "rom/spi_flash.h"
extern bool esp_tee_flash_check_paddr_in_active_tee_part(size_t paddr);
#endif