]> granicus.if.org Git - esp-idf/commit
build system: support for multiple targets
authorIvan Grokhotkov <ivan@espressif.com>
Fri, 19 Oct 2018 03:51:51 +0000 (11:51 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Sun, 11 Nov 2018 13:46:02 +0000 (21:46 +0800)
commitccfa1345332118c06bbf9c2dec9d8077c535a766
tree8e692ef4940dab1b28bdd5533258a9956ca94673
parente2ca285fae20bd088b2cdcf2e950aa41ac8ce7a4
build system: support for multiple targets
18 files changed:
Kconfig
components/esp32/CMakeLists.txt
components/esp32/Kconfig
components/soc/CMakeLists.txt
components/soc/component.mk
components/soc/test/CMakeLists.txt
components/soc/test/component.mk
docs/en/api-guides/build-system-cmake.rst
make/project.mk
tools/ci/test_build_system_cmake.sh
tools/cmake/component_utils.cmake [new file with mode: 0644]
tools/cmake/components.cmake
tools/cmake/idf_functions.cmake
tools/cmake/kconfig.cmake
tools/cmake/project.cmake
tools/cmake/scripts/expand_requirements.cmake
tools/cmake/targets.cmake [new file with mode: 0644]
tools/cmake/toolchain-esp32.cmake