]> granicus.if.org Git - esp-idf/commit
cmake: separate app from idf lib project
authorRenz Christian Bagaporo <renz@espressif.com>
Sun, 11 Nov 2018 07:36:10 +0000 (15:36 +0800)
committerRenz Christian Bagaporo <renz@espressif.com>
Tue, 27 Nov 2018 05:59:24 +0000 (13:59 +0800)
commit37d30c7a6e758ee103ae5da9736533086e4581d8
tree1a14d932e73a71a676ad3fc81ac5dd4f2ca0b262
parent81231fcc4bc3bf33c2e99de3dd88b24927d9ccdf
cmake: separate app from idf lib project

mbedtls: import mbedtls using unmodified cmake file
39 files changed:
.gitignore
CMakeLists.txt [new file with mode: 0644]
components/app_trace/CMakeLists.txt
components/app_update/CMakeLists.txt
components/app_update/project_include.cmake
components/bootloader/project_include.cmake
components/bootloader/subproject/CMakeLists.txt
components/bt/CMakeLists.txt
components/coap/CMakeLists.txt
components/cxx/CMakeLists.txt
components/esp32/CMakeLists.txt
components/esp32/test/CMakeLists.txt
components/esptool_py/CMakeLists.txt
components/esptool_py/flash_app_args.in
components/esptool_py/flash_project_args.in
components/esptool_py/flasher_args.json.in
components/esptool_py/project_include.cmake
components/freertos/CMakeLists.txt
components/heap/test/CMakeLists.txt
components/mbedtls/CMakeLists.txt
components/newlib/CMakeLists.txt
components/nvs_flash/test_nvs_host/Makefile
components/partition_table/CMakeLists.txt
components/partition_table/gen_esp32part.py
components/partition_table/project_include.cmake
components/ulp/component_ulp_common.cmake
components/unity/CMakeLists.txt
examples/protocols/aws_iot/subscribe_publish/main/CMakeLists.txt
examples/protocols/aws_iot/thing_shadow/main/CMakeLists.txt
tools/cmake/component_utils.cmake
tools/cmake/components.cmake
tools/cmake/idf_functions.cmake
tools/cmake/kconfig.cmake
tools/cmake/ldgen.cmake
tools/cmake/project.cmake
tools/cmake/project_description.json.in
tools/cmake/scripts/expand_requirements.cmake
tools/cmake/targets.cmake
tools/cmake/utilities.cmake