mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user