Skip to content

Commit a600eeb

Browse files
committed
espressif: Allow mbedtls data in psram if available
Closes: #8968
1 parent 053cdfc commit a600eeb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ CONFIG_SPIRAM_USE_CAPS_ALLOC=y
2222
CONFIG_ESP_WIFI_CACHE_TX_BUFFER_NUM=16
2323
# end of Wi-Fi
2424

25+
#
26+
# mbedTLS
27+
#
28+
CONFIG_MBEDTLS_EXTERNAL_MEM_ALLOC=y
29+
2530
# end of Component config
2631

2732
# end of Espressif IoT Development Framework Configuration

0 commit comments

Comments
 (0)