esp-idf/components/esp_mm
Alexey Gerenkov 391dd7b9ad fix(build): Fix declaration of linker labels for ROM reserved regions
It looks like as a part of optimization for inlined functions like 'mmu_ll_vaddr_to_laddr' Clang aligns constant value
used for bitwise AND operation with the pointer to external symbol passed to the function as parameter.
That led to assertion failures because boundaries can be unaligned to 4 bytes.
2024-09-18 21:40:39 +03: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 feat(cache): supported cache on c61 2024-08-01 09:34: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 fix(system): fixed warnings related to ununsed var if asserts disabled 2024-08-26 10:25:04 +08:00
esp_mmu_map.c fix(build): Fix declaration of linker labels for ROM reserved regions 2024-09-18 21:40:39 +03:00
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