mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
feat(mbedtls): bringup rom mbedtls feature to formal
This commit is contained in:
parent
be263857eb
commit
d4e558f654
@ -1084,7 +1084,7 @@ menu "mbedTLS"
|
|||||||
|
|
||||||
config MBEDTLS_USE_CRYPTO_ROM_IMPL
|
config MBEDTLS_USE_CRYPTO_ROM_IMPL
|
||||||
bool "Use ROM implementation of the crypto algorithm"
|
bool "Use ROM implementation of the crypto algorithm"
|
||||||
depends on ESP_ROM_HAS_MBEDTLS_CRYPTO_LIB && IDF_EXPERIMENTAL_FEATURES
|
depends on ESP_ROM_HAS_MBEDTLS_CRYPTO_LIB
|
||||||
default "n"
|
default "n"
|
||||||
select MBEDTLS_SHA512_C
|
select MBEDTLS_SHA512_C
|
||||||
select MBEDTLS_AES_C
|
select MBEDTLS_AES_C
|
||||||
|
@ -1,3 +1,2 @@
|
|||||||
CONFIG_IDF_TARGET="esp32c2"
|
CONFIG_IDF_TARGET="esp32c2"
|
||||||
CONFIG_IDF_EXPERIMENTAL_FEATURES=y
|
|
||||||
CONFIG_MBEDTLS_USE_CRYPTO_ROM_IMPL=y
|
CONFIG_MBEDTLS_USE_CRYPTO_ROM_IMPL=y
|
||||||
|
Loading…
Reference in New Issue
Block a user