esp-idf/components/esp_mm
Armando 3bfc134a23 feat(cache): supported msync c2m sliced ops
This commit adds sliced C2M ops, when the msync is called in task. This way it gives a breath of the critical section, so that a long C2M operation will not disable interrupts for a long time
2024-07-25 14:25:19 +08:00
..
include fix(esp_mm): for existing mmap region, consider new offset for virtual addr 2024-07-10 15:54:36 +05:30
port feat(esp32c61): final introduce helloworld support 2024-04-02 10:50:52 +08:00
test_apps change(system): heap_caps_alloc returns aligned memory if caps indicate a need for it 2024-05-27 12:41:18 +08:00
cache_esp32.c Use configuration option instead of in components not related to FreeRTOS 2023-11-28 07:49:20 +00:00
CMakeLists.txt change(system): heap_caps_alloc returns aligned memory if caps indicate a need for it 2024-05-27 12:41:18 +08:00
esp_cache.c feat(cache): supported msync c2m sliced ops 2024-07-25 14:25:19 +08:00
esp_mmu_map.c fix(esp_mm): for existing mmap region, consider new offset for virtual addr 2024-07-10 15:54:36 +05:30
ext_mem_layout.h refactor(esp_mm): reformat code with astyle_py 2023-10-08 10:36:04 +08:00
heap_align_hw.c change(system): heap_caps_alloc returns aligned memory if caps indicate a need for it 2024-05-27 12:41:18 +08:00
Kconfig feat(cache): supported msync c2m sliced ops 2024-07-25 14:25:19 +08:00
linker.lf feat(xip_psram): support xip psram feature on esp32p4 2024-05-22 15:56:07 +08:00