]> granicus.if.org Git - esp-idf/commit
cmake: add ulp components build support
authorRenz Christian Bagaporo <renz@espressif.com>
Thu, 13 Sep 2018 06:54:59 +0000 (14:54 +0800)
committerAngus Gratton <angus@espressif.com>
Thu, 13 Sep 2018 06:54:59 +0000 (14:54 +0800)
commit946f55db859f80ad71adf403bebc7f990209b685
tree71358d4f501d94f40a6e8de87b9428b47ebfcc7f
parent62c3218981e252f8e5cd0c5326ab0838e29c26fb
cmake: add ulp components build support
15 files changed:
components/ulp/cmake/CMakeLists.txt [new file with mode: 0644]
components/ulp/cmake/toolchain-ulp.cmake [new file with mode: 0644]
components/ulp/component_ulp_common.cmake [new file with mode: 0644]
docs/en/api-guides/index.rst
docs/en/api-guides/ulp-cmake.rst [new file with mode: 0644]
docs/en/cmake-pending-features.rst
docs/zh_CN/api-guides/index.rst
docs/zh_CN/api-guides/ulp-cmake.rst [new file with mode: 0644]
examples/system/ulp/CMakeLists.txt [new file with mode: 0644]
examples/system/ulp/main/CMakeLists.txt [new file with mode: 0644]
examples/system/ulp_adc/CMakeLists.txt [new file with mode: 0644]
examples/system/ulp_adc/main/CMakeLists.txt [new file with mode: 0644]
tools/ci/check_examples_cmake_make.sh
tools/cmake/scripts/expand_requirements.cmake
tools/cmake/utilities.cmake