mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
29ae238845
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 Closes https://github.com/espressif/esp-idf/issues/9193 |
||
---|---|---|
.. | ||
include/soc | ||
ld | ||
adc_periph.c | ||
CMakeLists.txt | ||
dac_periph.c | ||
dport_access.c | ||
gpio_periph.c | ||
i2c_periph.c | ||
i2s_periph.c | ||
interrupts.c | ||
lcd_periph.c | ||
ledc_periph.c | ||
mcpwm_periph.c | ||
pcnt_periph.c | ||
rmt_periph.c | ||
rtc_io_periph.c | ||
sdio_slave_periph.c | ||
sdm_periph.c | ||
sdmmc_periph.c | ||
spi_periph.c | ||
timer_periph.c | ||
touch_sensor_periph.c | ||
uart_periph.c |