esp-idf/tools/cmake
Ivan Grokhotkov 273633ee31
build system: add WHOLE_ARCHIVE component property
This component property allows including all component object files
into the executable. It is equivalent to wrapping the component
library with -Wl,--whole-archive and -Wl,--no-whole-archive flags.

Closes https://github.com/espressif/esp-idf/issues/8667
2022-04-05 18:50:20 +02:00
..
scripts build system: add WHOLE_ARCHIVE component property 2022-04-05 18:50:20 +02:00
third_party
build.cmake Merge branch 'bugfix/linux_taret_fixes' into 'master' 2022-01-25 08:43:38 +00:00
component.cmake build system: add WHOLE_ARCHIVE component property 2022-04-05 18:50:20 +02:00
component_deps.dot.in
crosstool_version_check.cmake
depgraph.cmake
dfu.cmake esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
git_submodules.cmake
idf.cmake
kconfig.cmake kconfig: also parse target specific sdkconfig.rename.TARGET files 2022-01-31 11:36:08 +08:00
ldgen.cmake
project.cmake build system: add WHOLE_ARCHIVE component property 2022-04-05 18:50:20 +02:00
project_description.json.in
run_dfu_util.cmake
targets.cmake
toolchain-clang-esp32.cmake
toolchain-clang-esp32s2.cmake
toolchain-esp32.cmake cmake: assign toolchain prefix manually 2022-01-20 15:46:50 +08:00
toolchain-esp32c2.cmake cmake: assign toolchain prefix manually 2022-01-20 15:46:50 +08:00
toolchain-esp32c3.cmake cmake: assign toolchain prefix manually 2022-01-20 15:46:50 +08:00
toolchain-esp32h2.cmake cmake: assign toolchain prefix manually 2022-01-20 15:46:50 +08:00
toolchain-esp32s2.cmake cmake: assign toolchain prefix manually 2022-01-20 15:46:50 +08:00
toolchain-esp32s3.cmake cmake: assign toolchain prefix manually 2022-01-20 15:46:50 +08:00
toolchain-linux.cmake
uf2.cmake esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
utilities.cmake tools: Deprecated commands removed from idf.py 2022-03-25 09:08:53 +01:00
version.cmake