esp-idf/components/esp_psram
Martin Vychodil af81bd1b0a Storage: Partition APIs moved to the new component 'esp_partition'
All the partition handling API functions and data-types were moved from the 'spi_flash' component to the new one named 'esp_partition'. See Storage 5.x migration guide for more details
2022-11-02 21:49:08 +01:00
..
esp32 esp_psram: fixed 40mhz cs signal glitch issue 2022-08-18 20:26:32 +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 mmu: driver framework, for vaddr maintenance 2022-08-27 16:05:51 +08:00
test_apps/psram Storage: Partition APIs moved to the new component 'esp_partition' 2022-11-02 21:49:08 +01:00
.build-test-rules.yml feat: use standalone project idf-build-apps for find/build apps utils 2022-07-14 08:26:31 +08:00
CMakeLists.txt mmu: driver framework, for vaddr maintenance 2022-08-27 16:05:51 +08:00
esp_psram_impl.h esp_psram: new psram component 2022-06-14 15:44:27 +08:00
esp_psram.c mmu: driver framework, for vaddr maintenance 2022-08-27 16:05:51 +08:00
ext_mem_layout.c mmu: driver framework, for vaddr maintenance 2022-08-27 16:05:51 +08:00
ext_mem_layout.h mmu: driver framework, for vaddr maintenance 2022-08-27 16:05:51 +08: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: rename esp_private/mmu.h to mmu_psram_flash.h 2022-08-27 15:11:15 +08:00
mmu_psram_flash.c esp_psram: rename esp_private/mmu.h to mmu_psram_flash.h 2022-08-27 15:11:15 +08:00
mmu.c mmu: driver framework, for vaddr maintenance 2022-08-27 16:05:51 +08:00
mmu.h mmu: driver framework, for vaddr maintenance 2022-08-27 16:05:51 +08:00
project_include.cmake esp_psram: new psram component 2022-06-14 15:44:27 +08:00