fix: re-enabled ecdsa support for esp32c5-eco2

This commit is contained in:
nilesh.kale
2025-04-28 17:41:05 +05:30
committed by Mahavir Jain
parent 8c67e3e998
commit f19e8e6970
20 changed files with 117 additions and 833 deletions

View File

@@ -1051,6 +1051,14 @@ config SOC_ECDSA_SUPPORT_EXPORT_PUBKEY
bool
default y
config SOC_ECDSA_SUPPORT_DETERMINISTIC_MODE
bool
default y
config SOC_ECDSA_SUPPORT_HW_DETERMINISTIC_LOOP
bool
default y
config SOC_SDM_GROUPS
int
default 1

View File

@@ -423,6 +423,8 @@
/*--------------------------- ECDSA CAPS ---------------------------------------*/
#define SOC_ECDSA_SUPPORT_EXPORT_PUBKEY (1)
#define SOC_ECDSA_SUPPORT_DETERMINISTIC_MODE (1)
#define SOC_ECDSA_SUPPORT_HW_DETERMINISTIC_LOOP (1)
/*-------------------------- Sigma Delta Modulator CAPS -----------------*/
#define SOC_SDM_GROUPS 1U