Merge branch 'fix/enable_pseudo_round_func_in_flash_enc_release_mode' into 'master'

fix(bootloader_support): Enable pseudo round function hen flash encryption release mode is enabled for H2-ECO5

See merge request espressif/esp-idf!36523
This commit is contained in:
Mahavir Jain
2025-01-23 17:16:32 +08:00
13 changed files with 54 additions and 27 deletions

View File

@@ -11,6 +11,7 @@
******************************************************************************/
// The Lowlevel layer for SPI Flash Encryption.
#pragma once
#include <stdbool.h>
#include <string.h>