fix(test): check call graph for hal component

This commit is contained in:
morris
2023-06-28 11:29:02 +08:00
parent 28a6aeb303
commit f0c07f82b5
33 changed files with 52 additions and 57 deletions

View File

@@ -12,7 +12,7 @@ project(test_heap)
if(CONFIG_COMPILER_DUMP_RTL_FILES)
add_custom_target(check_test_app_sections ALL
COMMAND ${PYTHON} $ENV{IDF_PATH}/tools/ci/check_callgraph.py
--rtl-dir ${CMAKE_BINARY_DIR}/esp-idf/heap/
--rtl-dirs ${CMAKE_BINARY_DIR}/esp-idf/heap/
--elf-file ${CMAKE_BINARY_DIR}/test_heap.elf
find-refs
--from-sections=.iram0.text