esp-idf/tools/cmake
Frantisek Hrbata a558ad506e tools: fix custom sdkconfig renaming in set-target
Currently the set-target has sdkconfig file name hardcoded to the
default one and doesn't honor custom config paths or names.
IMHO the only place where we can really now the config file name
is in cmake. But also the config should be really renamed only if
the set-target action is running.

This moves the config file renaming into cmake and it's performed only
when _IDF_PY_SET_TARGET_ACTION env. var. is set to 'ON'. This should
hopefully guarantee that it's really renamed only while set-target is
running.

Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2023-03-08 16:45:55 +01:00
..
scripts
third_party
build.cmake tools: add target consistency checks to cmake 2023-03-08 16:45:47 +01:00
component.cmake
component_deps.dot.in
depgraph.cmake
dfu.cmake
git_submodules.cmake
idf.cmake
kconfig.cmake
ldgen.cmake
project.cmake tools: fix custom sdkconfig renaming in set-target 2023-03-08 16:45:55 +01:00
project_description.json.in feature: add build framework support 2023-02-01 17:57:25 +08:00
run_dfu_util.cmake
run_size_tool.cmake
targets.cmake tools: fix custom sdkconfig renaming in set-target 2023-03-08 16:45:55 +01:00
tool_version_check.cmake
toolchain-clang-esp32.cmake
toolchain-clang-esp32c2.cmake
toolchain-clang-esp32c3.cmake
toolchain-clang-esp32c6.cmake
toolchain-clang-esp32h2.cmake
toolchain-clang-esp32s2.cmake
toolchain-clang-esp32s3.cmake
toolchain-esp32.cmake
toolchain-esp32c2.cmake tools: add riscv zicsr/zifencei because they were separated from i 2023-02-22 05:33:03 +00:00
toolchain-esp32c3.cmake tools: add riscv zicsr/zifencei because they were separated from i 2023-02-22 05:33:03 +00:00
toolchain-esp32c6.cmake tools: add riscv zicsr/zifencei because they were separated from i 2023-02-22 05:33:03 +00:00
toolchain-esp32h2.cmake tools: change esp32h2 march to rv32imac_zicsr_zifencei 2023-02-22 05:33:03 +00:00
toolchain-esp32h4.cmake tools: add riscv zicsr/zifencei because they were separated from i 2023-02-22 05:33:03 +00:00
toolchain-esp32s2.cmake
toolchain-esp32s3.cmake
toolchain-linux.cmake
uf2.cmake
utilities.cmake
version.cmake