mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00
esp32c2: Support Secure Boot V2 based on ECDSA scheme
This commit is contained in:

committed by
Mahavir Jain

parent
dec3db6913
commit
2c725264f7
@@ -24,6 +24,7 @@ typedef enum {
|
||||
|
||||
EFUSE_BLK3 = 3, /**< Number of eFuse BLOCK3. KEY0. whole block */
|
||||
EFUSE_BLK_KEY0 = 3, /**< Number of eFuse BLOCK3. KEY0. whole block */
|
||||
EFUSE_BLK_SECURE_BOOT = 3,
|
||||
EFUSE_BLK_KEY_MAX = 4,
|
||||
|
||||
EFUSE_BLK_MAX = 4, /**< Number of eFuse blocks */
|
||||
|
Reference in New Issue
Block a user