Merge branch 'feat/remove_global_cmake_vars' into 'master'

change(esptool_py): Make esptool_py component idempotent in the build

Closes IDF-13073

See merge request espressif/esp-idf!39589
This commit is contained in:
Sudeep Mohanty
2025-07-17 17:13:49 +02:00
49 changed files with 901 additions and 465 deletions

View File

@@ -8,6 +8,7 @@ set(COMPONENTS main esp_psram)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(mspi_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