mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
feat: enable DPA protection for c5
This commit enabled DPA protection for ESP32C5. This reflect updating documentation for C5.
This commit is contained in:
parent
f09f92eb54
commit
1eaa8288a2
@ -839,6 +839,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
|
||||||
|
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user