esp-idf/components/esp_system/ld
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
..
esp32 mmu: driver framework, for vaddr maintenance 2022-08-26 17:59:06 +08:00
esp32c2 esp_system: allow defining priorities for startup functions 2022-07-12 16:58:14 +02:00
esp32c3 esp_system: allow defining priorities for startup functions 2022-07-12 16:58:14 +02:00
esp32c6 esp32c6: introduce the target 2022-08-19 11:13:02 +08:00
esp32h2 esp_system: allow defining priorities for startup functions 2022-07-12 16:58:14 +02:00
esp32s2 mmu: driver framework, for vaddr maintenance 2022-08-26 17:59:06 +08:00
esp32s3 mmu: driver framework, for vaddr maintenance 2022-08-26 17:59:06 +08:00
ld.cmake esp_system: create ld template to abstract few common settings 2021-09-02 16:13:17 +08:00
ld.common esp_system: move MEMPROT related configuration to soc capability header 2022-06-23 10:29:42 +05:30