]> granicus.if.org Git - esp-idf/commit
build system: Initial cmake support, work in progress
authorAngus Gratton <angus@espressif.com>
Fri, 12 Jan 2018 02:49:13 +0000 (13:49 +1100)
committerAngus Gratton <gus@projectgus.com>
Sun, 29 Apr 2018 23:59:20 +0000 (09:59 +1000)
commitc671a0c3ebf90f18576d6db55b51b62730c58301
treef0ed6141d896b8a3fbf384f2fd810a6812306284
parenta538644560b60d7dcbcd94aa428ffa05701f758c
build system: Initial cmake support, work in progress
56 files changed:
Kconfig
components/app_trace/CMakeLists.txt [new file with mode: 0644]
components/app_update/CMakeLists.txt [new file with mode: 0644]
components/aws_iot/CMakeLists.txt [new file with mode: 0644]
components/bootloader/CMakeLists.txt [new file with mode: 0644]
components/bootloader/subproject/CMakeLists.txt [new file with mode: 0644]
components/bootloader_support/CMakeLists.txt [new file with mode: 0644]
components/bootloader_support/include/esp_flash_encrypt.h
components/bt/CMakeLists.txt [new file with mode: 0644]
components/coap/CMakeLists.txt [new file with mode: 0644]
components/console/CMakeLists.txt [new file with mode: 0644]
components/cxx/CMakeLists.txt [new file with mode: 0644]
components/driver/CMakeLists.txt [new file with mode: 0644]
components/esp32/CMakeLists.txt [new file with mode: 0644]
components/esp_adc_cal/CMakeLists.txt [new file with mode: 0644]
components/esptool_py/CMakeLists.txt [new file with mode: 0644]
components/ethernet/CMakeLists.txt [new file with mode: 0644]
components/expat/CMakeLists.txt [new file with mode: 0644]
components/fatfs/CMakeLists.txt [new file with mode: 0644]
components/freertos/CMakeLists.txt [new file with mode: 0644]
components/heap/CMakeLists.txt [new file with mode: 0644]
components/idf_test/CMakeLists.txt [new file with mode: 0644]
components/jsmn/CMakeLists.txt [new file with mode: 0644]
components/json/CMakeLists.txt [new file with mode: 0644]
components/libsodium/CMakeLists.txt [new file with mode: 0644]
components/log/CMakeLists.txt [new file with mode: 0644]
components/lwip/CMakeLists.txt [new file with mode: 0644]
components/mbedtls/CMakeLists.txt [new file with mode: 0644]
components/mdns/CMakeLists.txt [new file with mode: 0644]
components/micro-ecc/CMakeLists.txt [new file with mode: 0644]
components/newlib/CMakeLists.txt [new file with mode: 0644]
components/nghttp/CMakeLists.txt [new file with mode: 0644]
components/nvs_flash/CMakeLists.txt [new file with mode: 0644]
components/openssl/CMakeLists.txt [new file with mode: 0644]
components/partition_table/CMakeLists.txt [new file with mode: 0644]
components/pthread/CMakeLists.txt [new file with mode: 0644]
components/sdmmc/CMakeLists.txt [new file with mode: 0644]
components/smartconfig/CMakeLists.txt [new file with mode: 0644]
components/soc/CMakeLists.txt [new file with mode: 0644]
components/spi_flash/CMakeLists.txt [new file with mode: 0644]
components/spiffs/CMakeLists.txt [new file with mode: 0644]
components/tcpip_adapter/CMakeLists.txt [new file with mode: 0644]
components/ulp/CMakeLists.txt [new file with mode: 0644]
components/vfs/CMakeLists.txt [new file with mode: 0644]
components/wear_levelling/CMakeLists.txt [new file with mode: 0644]
components/wpa_supplicant/CMakeLists.txt [new file with mode: 0644]
components/xtensa-debug-module/CMakeLists.txt [new file with mode: 0644]
examples/get-started/hello_world/CMakeLists.txt [new file with mode: 0644]
idf.cmake [new file with mode: 0644]
toolchain.cmake [new file with mode: 0644]
tools/cmake/GetGitRevisionDescription.cmake [new file with mode: 0644]
tools/cmake/GetGitRevisionDescription.cmake.in [new file with mode: 0644]
tools/cmake/bootloader_subproject.cmake [new file with mode: 0644]
tools/cmake/components.cmake [new file with mode: 0644]
tools/cmake/kconfig.cmake [new file with mode: 0644]
tools/cmake/utilities.cmake [new file with mode: 0644]