From 2b3f7ac67a245d1f30b9550f056a3b506fc471ba Mon Sep 17 00:00:00 2001 From: Shu Chen Date: Tue, 13 Jun 2023 10:06:12 +0800 Subject: [PATCH] openthread: enable HW AES in ot_cli example --- examples/openthread/ot_cli/sdkconfig.defaults | 6 ------ examples/openthread/ot_rcp/sdkconfig.defaults | 12 ------------ 2 files changed, 18 deletions(-) diff --git a/examples/openthread/ot_cli/sdkconfig.defaults b/examples/openthread/ot_cli/sdkconfig.defaults index 9ea24974eb..567c36e27d 100644 --- a/examples/openthread/ot_cli/sdkconfig.defaults +++ b/examples/openthread/ot_cli/sdkconfig.defaults @@ -4,8 +4,6 @@ CONFIG_LIBSODIUM_USE_MBEDTLS_SHA=y # end of libsodium -CONFIG_FREERTOS_IDLE_TASK_STACKSIZE=2048 - # # Partition Table # @@ -19,10 +17,6 @@ CONFIG_PARTITION_TABLE_MD5=y # # mbedTLS # -# ESP32H2-TODO: enable HW acceleration -CONFIG_MBEDTLS_HARDWARE_AES=n -CONFIG_MBEDTLS_HARDWARE_MPI=n -CONFIG_MBEDTLS_HARDWARE_SHA=n CONFIG_MBEDTLS_CMAC_C=y CONFIG_MBEDTLS_SSL_PROTO_DTLS=y CONFIG_MBEDTLS_KEY_EXCHANGE_ECJPAKE=y diff --git a/examples/openthread/ot_rcp/sdkconfig.defaults b/examples/openthread/ot_rcp/sdkconfig.defaults index f1ab6da317..3b8c9d13e4 100644 --- a/examples/openthread/ot_rcp/sdkconfig.defaults +++ b/examples/openthread/ot_rcp/sdkconfig.defaults @@ -14,18 +14,6 @@ CONFIG_PARTITION_TABLE_OFFSET=0x8000 CONFIG_PARTITION_TABLE_MD5=y # end of Partition Table -# -# mbedTLS -# - -CONFIG_MBEDTLS_CMAC_C=y -CONFIG_MBEDTLS_SSL_PROTO_DTLS=y -CONFIG_MBEDTLS_KEY_EXCHANGE_ECJPAKE=y -# end of TLS Key Exchange Methods - -CONFIG_MBEDTLS_ECJPAKE_C=y -# end of mbedTLS - # # OpenThread #