esp-idf/components/esp_psram/include/esp_private
Armando 2d44dc1eed mmu: driver framework, for vaddr maintenance
This commit gives basic mmu driver framework. Now it is able to maintain
mmu virtual address usage on esp32, esp32s2 and esp32s3. Usage to
external virtual address should rely on mmu functions to know which
address range is available, instead of hardcoded.

This commit also improves psram memory that is added to the heap
allocator. Now it's added to the heap, according to the memory
alignment.

Closes https://github.com/espressif/esp-idf/issues/8295
2022-08-26 17:59:06 +08:00
..
esp_psram_extram.h mmu: driver framework, for vaddr maintenance 2022-08-26 17:59:06 +08:00
esp_psram_io.h esp_psram: new psram component 2022-06-14 15:44:27 +08:00
mmu_psram_flash.h mmu: driver framework, for vaddr maintenance 2022-08-26 17:59:06 +08:00