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
port
test_apps
CMakeLists.txt
Kconfig
cache_esp32.c
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
heap_align_hw.c
linker.lf