esp-idf/tools/cmake
Ivan Grokhotkov 7a298f98ae
cmake: fix the linker type check for --whole-archive option
Checking that the host is macOS is not sufficient here, since the
linker is still a GNU linker when cross-compiling for a chip.
Instead, use the linker_type variable introduced in the previous
commit.
2022-11-21 13:08:05 +01:00
..
scripts
third_party
build.cmake feat(esp_system): Partially buildable on Linux now 2022-11-16 09:03:09 +01:00
component.cmake
component_deps.dot.in
depgraph.cmake
dfu.cmake esp32h2: renaming esp32h2 to esp32h4 2022-11-08 17:05:33 +08:00
git_submodules.cmake
idf.cmake
kconfig.cmake tools: Move out kconfig_new in favour of using the esp-idf-kconfig package 2022-11-15 21:19:51 +01:00
ldgen.cmake
project.cmake cmake: fix the linker type check for --whole-archive option 2022-11-21 13:08:05 +01:00
project_description.json.in all: Apply new version logic (major * 100 + minor) 2022-11-03 08:36:23 +00:00
run_dfu_util.cmake
run_size_tool.cmake
targets.cmake
tool_version_check.cmake
toolchain-clang-esp32.cmake
toolchain-clang-esp32s2.cmake
toolchain-clang-esp32s3.cmake
toolchain-esp32.cmake
toolchain-esp32c2.cmake
toolchain-esp32c3.cmake
toolchain-esp32c6.cmake tools: bypass atomic instruction variant for esp32c6 temporarily 2022-11-14 19:44:03 +08:00
toolchain-esp32h4.cmake esp32h2: renaming esp32h2 to esp32h4 2022-11-08 17:05:33 +08:00
toolchain-esp32s2.cmake
toolchain-esp32s3.cmake
toolchain-linux.cmake
uf2.cmake esp32h2: renaming esp32h2 to esp32h4 2022-11-08 17:05:33 +08:00
utilities.cmake
version.cmake