Merge branch 'feature/enabling_config_for_dpa_protection' into 'master'

feat: enable DPA protection for c5

See merge request espressif/esp-idf!31758
This commit is contained in:
Mahavir Jain
2024-07-01 17:15:16 +08:00
2 changed files with 5 additions and 1 deletions

View File

@@ -843,6 +843,10 @@ config SOC_FLASH_ENCRYPTION_XTS_AES_128
bool bool
default y default y
config SOC_CRYPTO_DPA_PROTECTION_SUPPORTED
bool
default y
config SOC_UART_NUM config SOC_UART_NUM
int int
default 3 default 3

View File

@@ -482,7 +482,7 @@
#define SOC_FLASH_ENCRYPTION_XTS_AES_128 1 #define SOC_FLASH_ENCRYPTION_XTS_AES_128 1
/*------------------------ Anti DPA (Security) CAPS --------------------------*/ /*------------------------ Anti DPA (Security) CAPS --------------------------*/
// #define SOC_CRYPTO_DPA_PROTECTION_SUPPORTED 1 #define SOC_CRYPTO_DPA_PROTECTION_SUPPORTED 1
/*-------------------------- UART CAPS ---------------------------------------*/ /*-------------------------- UART CAPS ---------------------------------------*/
// ESP32-C5 has 3 UARTs (2 HP UART, and 1 LP UART) // ESP32-C5 has 3 UARTs (2 HP UART, and 1 LP UART)