esp-idf/components/soc
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 uart: move frequency of clock sources out of HAL 2022-08-15 18:55:43 +00:00
esp32c3 uart: move frequency of clock sources out of HAL 2022-08-15 18:55:43 +00:00
esp32c6 esp32c6: add soc/ no-gdvs reg files 2022-08-22 12:11:40 +08:00
esp32h2 uart: move frequency of clock sources out of HAL 2022-08-15 18:55:43 +00: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
include/soc
linux/include/soc
CMakeLists.txt
README.md
dport_access_common.c
linker.lf
lldesc.c

README.md

soc

The soc component provides hardware description for targets supported by ESP-IDF.

- `xxx_reg.h`   - defines registers related to the hardware
- `xxx_struct.h` - hardware description in C `struct`
- `xxx_channel.h` - definitions for hardware with multiple channels
- `xxx_caps.h`  - features/capabilities of the hardware
- `xxx_pins.h`  - pin definitions
- `xxx_periph.h/*.c`  - includes all headers related to a peripheral; declaration and definition of IO mapping for that hardware