esp-idf/components/esp_psram
Marius Vikhammer 342f4f315c psram: make SPIRAM_ALLOW_STACK_EXTERNAL_MEMORY configurable on S2 and S3
SPIRAM_ALLOW_STACK_EXTERNAL_MEMORY was always enabled on S2 and S3, but this option is not
compatible with ESP_COREDUMP_ENABLE_TO_FLASH. Make it configurable to allow users to deactive
it so that ESP_COREDUMP_ENABLE_TO_FLASH can be used.
2022-07-06 12:11:15 +08:00
..
esp32 spi: move spi_common_internal to esp_private 2022-06-24 19:12:13 +08:00
esp32s2 psram: make SPIRAM_ALLOW_STACK_EXTERNAL_MEMORY configurable on S2 and S3 2022-07-06 12:11:15 +08:00
esp32s3 psram: make SPIRAM_ALLOW_STACK_EXTERNAL_MEMORY configurable on S2 and S3 2022-07-06 12:11:15 +08:00
include ext_mem: make memory region check strict 2022-06-28 14:17:44 +08:00
test_apps/psram esp_psram: new psram component 2022-06-14 15:44:27 +08:00
CMakeLists.txt esp_psram: new psram component 2022-06-14 15:44:27 +08:00
esp_psram_impl.h esp_psram: new psram component 2022-06-14 15:44:27 +08:00
esp_psram.c psram: reserve dma pool in the step of heap max block 2022-06-30 10:18:20 +00:00
Kconfig esp_psram: new psram component 2022-06-14 15:44:27 +08:00
Kconfig.spiram.common esp_psram: new psram component 2022-06-14 15:44:27 +08:00
linker.lf esp_psram: new psram component 2022-06-14 15:44:27 +08:00
mmu_psram.c esp_psram: remove g_spiram_ok 2022-06-14 15:44:27 +08:00
mmu.c esp_psram: new psram component 2022-06-14 15:44:27 +08:00
project_include.cmake esp_psram: new psram component 2022-06-14 15:44:27 +08:00