Skip to content

esp-wifi/esp-mbedtls buffer sizes and location? #2120

Closed Answered by bjoernQ
yanshay asked this question in Q&A
Discussion options

You must be logged in to vote

dram2 previously was only defined for ESP32 since there it is a "huge" chunk of memory. We now make the additional RAM available on all targets - on ESP32-S3 it's only as little as 64k but for applications which are already tight on memory that is a nice addition.

Recent changes on the main branch removed the internal esp-wifi heap in favor of using global heap for esp-wifi and other parts of the application (all of this is currently unreleased and only available on the main branch)

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@yanshay
Comment options

@bjoernQ
Comment options

Answer selected by MabezDev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants