refactor(esptool_py): Remove elf variable dependencies

This commit updates all test_apps that have dependency on the elf
variable. Such test_apps now fetch the executable target from the build
properties.
This commit is contained in:
Sudeep Mohanty
2025-07-02 15:27:54 +02:00
parent b6ea668e6e
commit c29f473a78
28 changed files with 29 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ set(COMPONENTS main esp_pm)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(legacy_i2c_test)
idf_build_get_property(elf EXECUTABLE)
if(CONFIG_COMPILER_DUMP_RTL_FILES)
add_custom_target(check_test_app_sections ALL
COMMAND ${PYTHON} $ENV{IDF_PATH}/tools/ci/check_callgraph.py