docs: Use soc_caps instead of chip names for flash encryption docs

Clears the way for ESP32-S3 and future chips.
This commit is contained in:
Angus Gratton
2021-06-29 11:30:40 +10:00
parent 36815fa1bf
commit fcd193b024
6 changed files with 28 additions and 25 deletions

View File

@@ -54,8 +54,9 @@
#define SOC_ASYNC_MEMCPY_SUPPORTED 1
#define SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS 3
#define SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS 1
#define SOC_EFUSE_SUPPORT_XTS_AES_256_KEYS 1
#define SOC_CACHE_SUPPORT_WRAP 1
#define SOC_FLASH_ENCRYPTION_XTS_AES 1
#define SOC_FLASH_ENCRYPTION_XTS_AES_256 1
/*-------------------------- ADC CAPS ----------------------------------------*/
#define SOC_ADC_PERIPH_NUM (2)