mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
f0e93ed0f8
As heap block may be allocated into multiple non-contiguous chunks, to reserve enough memory for dma/internal usage, we do the malloc in the step of max available block. On ESP32 we use this way, this commit follows this way, on ESP32S2 and ESP32S3 |
||
---|---|---|
.. | ||
esp32 | ||
esp32s2 | ||
esp32s3 | ||
include | ||
test_apps/psram | ||
CMakeLists.txt | ||
esp_psram_impl.h | ||
esp_psram.c | ||
Kconfig | ||
Kconfig.spiram.common | ||
linker.lf | ||
mmu_psram.c | ||
mmu.c | ||
project_include.cmake |