Skip to content

Commit a6a6ebe

Browse files
committed
Fix C6 by disabling hardware SHA
1 parent 9dbe0d1 commit a6a6ebe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ports/espressif/esp-idf-config/sdkconfig-esp32c6.defaults

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ CONFIG_ESP_PHY_ENABLE_USB=y
4949
CONFIG_ESP_WIFI_STATIC_RX_BUFFER_NUM=4
5050
# end of Wi-Fi
5151

52+
#
53+
# mbedTLS
54+
#
55+
# CONFIG_MBEDTLS_HARDWARE_SHA is not set
56+
# end of mbedTLS
57+
5258
# end of Component config
5359

5460
# end of Espressif IoT Development Framework Configuration

0 commit comments

Comments
 (0)