Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3d2249a

Browse files
authoredSep 6, 2024
Update defconfig.common
1 parent 85b6fdd commit 3d2249a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎configs/defconfig.common

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
CONFIG_IDF_EXPERIMENTAL_FEATURES=y
21
CONFIG_AUTOSTART_ARDUINO=y
32
# CONFIG_WS2812_LED_ENABLE is not set
43
CONFIG_APP_BUILD_TYPE_APP_2NDBOOT=y
@@ -125,6 +124,7 @@ CONFIG_MBEDTLS_AES_C=y
125124
# CONFIG_MBEDTLS_BLOWFISH_C is not set
126125
# CONFIG_MBEDTLS_XTEA_C is not set
127126
# CONFIG_MBEDTLS_CCM_C is not set
127+
# CONFIG_MBEDTLS_GCM_C is not set
128128
# CONFIG_MBEDTLS_NIST_KW_C is not set
129129
# end of Symmetric Ciphers
130130

@@ -173,7 +173,7 @@ CONFIG_MBEDTLS_HARDWARE_SHA=y
173173
CONFIG_MBEDTLS_ECP_C=y
174174
CONFIG_MBEDTLS_ECDH_C=y
175175
CONFIG_MBEDTLS_ECDSA_C=y
176-
# CONFIG_MBEDTLS_ECP_DP_SECP256R1_ENABLE is not set
176+
CONFIG_MBEDTLS_ECP_DP_SECP256R1_ENABLE=y
177177
# CONFIG_MBEDTLS_DHM_C is not set
178178
# CONFIG_MBEDTLS_ECJPAKE_C is not set
179179
# CONFIG_MBEDTLS_CLIENT_SSL_SESSION_TICKETS is not set

0 commit comments

Comments
 (0)
Please sign in to comment.