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

@@ -13,6 +13,7 @@
#define SOC_HMAC_SUPPORTED 1
#define SOC_ASYNC_MEMCPY_SUPPORTED 1
#define SOC_USB_SERIAL_JTAG_SUPPORTED 1
#define SOC_FLASH_ENCRYPTION_XTS_AES 1
/*-------------------------- COMMON CAPS ---------------------------------------*/
#define SOC_SUPPORTS_SECURE_DL_MODE 1