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

@@ -7,6 +7,7 @@ set(COMPONENTS main)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(ledc_test)
idf_build_get_property(elf EXECUTABLE)
if(CONFIG_COMPILER_DUMP_RTL_FILES)
add_custom_target(
check_test_app_sections ALL