Merge branch 'doc/flash_manual_encrypt' into 'master'

docs: Add manual encryption docs, fix flash encryption efuse bug

Closes IDFGH-3006

See merge request espressif/esp-idf!14178
This commit is contained in:
Angus Gratton
2021-07-14 09:27:34 +00:00
6 changed files with 85 additions and 29 deletions

View File

@@ -21,8 +21,10 @@
#define SOC_HMAC_SUPPORTED 0
#define SOC_ASYNC_MEMCPY_SUPPORTED 1
#define SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS 3
#define SOC_SDMMC_HOST_SUPPORTED 1
#define SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS 1
#define SOC_SDMMC_HOST_SUPPORTED 1
#define SOC_FLASH_ENCRYPTION_XTS_AES 1
#define SOC_FLASH_ENCRYPTION_XTS_AES_256 1
/*-------------------------- ADC CAPS ----------------------------------------*/