]> granicus.if.org Git - esp-idf/commit
cmake: Allow selecting toolchain file based on config
authorAngus Gratton <angus@espressif.com>
Thu, 15 Feb 2018 03:38:58 +0000 (14:38 +1100)
committerAngus Gratton <gus@projectgus.com>
Sun, 29 Apr 2018 23:59:20 +0000 (09:59 +1000)
commitabef220b13e8837705e1a8bd30a2ad526f64ebd2
tree47d79c182db4630a93f0ef955853ced85083565f
parent04a944598f244b7a3cc743c790a20b9dd4ca5b7c
cmake: Allow selecting toolchain file based on config

Refactor IDF "project" functionality under a wrapping of the default
"project" command, so we can tweak it a bit...

Will need more testing in other environments.
components/bootloader/project_include.cmake
components/bootloader/subproject/CMakeLists.txt
examples/get-started/hello_world/CMakeLists.txt
tools/cmake/idf_functions.cmake
tools/cmake/project.cmake
tools/cmake/toolchain-esp32.cmake [moved from toolchain.cmake with 100% similarity]