mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-18 17:38:09 +00:00
feat: enabled ECDSA-P192 support for ESP32H2
This commit is contained in:
@@ -428,6 +428,11 @@ static void do_core_init(void)
|
||||
esp_efuse_set_rom_log_scheme(ROM_LOG_MODE);
|
||||
#endif
|
||||
|
||||
#if CONFIG_ESP_ECDSA_ENABLE_P192_CURVE
|
||||
err = esp_efuse_enable_ecdsa_p192_curve_mode();
|
||||
assert(err == ESP_OK && "Failed to enable ECDSA 192-curve operations");
|
||||
#endif
|
||||
|
||||
#if CONFIG_ESP_XT_WDT
|
||||
esp_xt_wdt_config_t cfg = {
|
||||
.timeout = CONFIG_ESP_XT_WDT_TIMEOUT,
|
||||
|
Reference in New Issue
Block a user