You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be very helpful to be able to enable mbedtls_platform_set_calloc_free by setting CONFIG_MBEDTLS_PLATFORM_MEMORY=y in build vars, to align with this commit of the main mbedtls library in ESP-IDF.
It would be very helpful to be able to enable
mbedtls_platform_set_calloc_free
by settingCONFIG_MBEDTLS_PLATFORM_MEMORY=y
in build vars, to align with this commit of the main mbedtls library in ESP-IDF.espressif/esp-idf@d7a17ac
This would allow us to specify that mbedtls should use SPIRAM rather than internal RAM, as described in this post:
espressif/esp-idf#2184
The text was updated successfully, but these errors were encountered: