mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
e0c92b3e04
On xtensa architecture, the call to __assert_func uses a reference to __func__ that can sometimes be placed in flash. Since the __asert_func can be called from functions in IRAM the check_callgraph script can report an error when checking for invalid calls from IRAM to flash sections. However, the __asert_func prevents this scenario at runtime so the check_callgraph script reports a 'flas positive' situation. For this reasson, all references to __func__$x found prior to a call to __assert_func are droped in the parsing of the rtl files. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
component.mk | ||
test_aligned_alloc_caps.c | ||
test_allocator_timings.c | ||
test_corruption_check.c | ||
test_diram.c | ||
test_heap_trace.c | ||
test_leak.c | ||
test_malloc_caps.c | ||
test_malloc.c | ||
test_realloc.c | ||
test_runtime_heap_reg.c |