]> granicus.if.org Git - esp-idf/commit
cmake: Add CMakeLists.txt files for all examples
authorAngus Gratton <angus@espressif.com>
Tue, 27 Feb 2018 06:44:31 +0000 (17:44 +1100)
committerAngus Gratton <gus@projectgus.com>
Sun, 29 Apr 2018 23:59:20 +0000 (09:59 +1000)
commit800bffb8b007dfafd09c667e8fb019fb38b7a1d1
tree889500943a73b895ebbf4258098678682a49f6c2
parent9d88d13f77b64db0f9f920413aee2ef8ea28b3a7
cmake: Add CMakeLists.txt files for all examples

Generating using convert_to_cmake.py, with some minor cleanup
74 files changed:
components/app_trace/CMakeLists.txt
components/bt/CMakeLists.txt
examples/bluetooth/a2dp_sink/CMakeLists.txt [new file with mode: 0755]
examples/bluetooth/a2dp_source/CMakeLists.txt [new file with mode: 0755]
examples/bluetooth/ble_adv/CMakeLists.txt [new file with mode: 0644]
examples/bluetooth/ble_eddystone/CMakeLists.txt [new file with mode: 0644]
examples/bluetooth/ble_ibeacon/CMakeLists.txt [new file with mode: 0644]
examples/bluetooth/ble_spp_client/CMakeLists.txt [new file with mode: 0644]
examples/bluetooth/ble_spp_server/CMakeLists.txt [new file with mode: 0644]
examples/bluetooth/blufi/CMakeLists.txt [new file with mode: 0644]
examples/bluetooth/bt_discovery/CMakeLists.txt [new file with mode: 0644]
examples/bluetooth/bt_spp_acceptor/CMakeLists.txt [new file with mode: 0644]
examples/bluetooth/bt_spp_initiator/CMakeLists.txt [new file with mode: 0644]
examples/bluetooth/controller_hci_uart/CMakeLists.txt [new file with mode: 0644]
examples/bluetooth/gatt_client/CMakeLists.txt [new file with mode: 0644]
examples/bluetooth/gatt_security_client/CMakeLists.txt [new file with mode: 0644]
examples/bluetooth/gatt_security_server/CMakeLists.txt [new file with mode: 0644]
examples/bluetooth/gatt_server/CMakeLists.txt [new file with mode: 0644]
examples/bluetooth/gatt_server_service_table/CMakeLists.txt [new file with mode: 0644]
examples/bluetooth/gattc_multi_connect/CMakeLists.txt [new file with mode: 0644]
examples/ethernet/ethernet/CMakeLists.txt [new file with mode: 0644]
examples/get-started/hello_world/CMakeLists.txt
examples/peripherals/adc/CMakeLists.txt [new file with mode: 0644]
examples/peripherals/adc2/CMakeLists.txt [new file with mode: 0644]
examples/peripherals/gpio/CMakeLists.txt [new file with mode: 0644]
examples/peripherals/i2c/CMakeLists.txt [new file with mode: 0644]
examples/peripherals/i2s/CMakeLists.txt [new file with mode: 0644]
examples/peripherals/i2s_adc_dac/CMakeLists.txt [new file with mode: 0644]
examples/peripherals/ledc/CMakeLists.txt [new file with mode: 0644]
examples/peripherals/pcnt/CMakeLists.txt [new file with mode: 0644]
examples/peripherals/rmt_nec_tx_rx/CMakeLists.txt [new file with mode: 0644]
examples/peripherals/rmt_tx/CMakeLists.txt [new file with mode: 0644]
examples/peripherals/sigmadelta/CMakeLists.txt [new file with mode: 0644]
examples/peripherals/spi_master/CMakeLists.txt [new file with mode: 0644]
examples/peripherals/timer_group/CMakeLists.txt [new file with mode: 0644]
examples/peripherals/touch_pad_interrupt/CMakeLists.txt [new file with mode: 0644]
examples/peripherals/touch_pad_read/CMakeLists.txt [new file with mode: 0644]
examples/peripherals/uart_async_rxtxtasks/CMakeLists.txt [new file with mode: 0644]
examples/peripherals/uart_echo/CMakeLists.txt [new file with mode: 0644]
examples/peripherals/uart_events/CMakeLists.txt [new file with mode: 0644]
examples/protocols/aws_iot/subscribe_publish/CMakeLists.txt
examples/protocols/aws_iot/thing_shadow/CMakeLists.txt [new file with mode: 0644]
examples/protocols/coap_client/CMakeLists.txt [new file with mode: 0644]
examples/protocols/coap_server/CMakeLists.txt [new file with mode: 0644]
examples/protocols/http2_request/CMakeLists.txt [new file with mode: 0644]
examples/protocols/http2_request/components/sh2lib/CMakeLists.txt [new file with mode: 0644]
examples/protocols/http_request/CMakeLists.txt [new file with mode: 0644]
examples/protocols/https_request/CMakeLists.txt [new file with mode: 0644]
examples/protocols/mdns/CMakeLists.txt [new file with mode: 0644]
examples/protocols/openssl_client/CMakeLists.txt [new file with mode: 0644]
examples/protocols/openssl_server/CMakeLists.txt [new file with mode: 0644]
examples/protocols/pppos_client/CMakeLists.txt [new file with mode: 0644]
examples/protocols/sntp/CMakeLists.txt [new file with mode: 0644]
examples/protocols/udp_multicast/CMakeLists.txt [new file with mode: 0644]
examples/storage/nvs_rw_blob/CMakeLists.txt [new file with mode: 0644]
examples/storage/nvs_rw_value/CMakeLists.txt [new file with mode: 0644]
examples/storage/sd_card/CMakeLists.txt [new file with mode: 0644]
examples/storage/spiffs/CMakeLists.txt [new file with mode: 0644]
examples/storage/wear_levelling/CMakeLists.txt [new file with mode: 0644]
examples/system/app_trace_to_host/CMakeLists.txt [new file with mode: 0644]
examples/system/base_mac_address/CMakeLists.txt [new file with mode: 0644]
examples/system/console/CMakeLists.txt [new file with mode: 0644]
examples/system/deep_sleep/CMakeLists.txt [new file with mode: 0644]
examples/system/gcov/CMakeLists.txt [new file with mode: 0644]
examples/system/ota/CMakeLists.txt [new file with mode: 0644]
examples/system/task_watchdog/CMakeLists.txt [new file with mode: 0644]
examples/wifi/espnow/CMakeLists.txt [new file with mode: 0644]
examples/wifi/iperf/CMakeLists.txt [new file with mode: 0644]
examples/wifi/iperf/components/CMakeLists.txt [new file with mode: 0644]
examples/wifi/power_save/CMakeLists.txt [new file with mode: 0644]
examples/wifi/scan/CMakeLists.txt [new file with mode: 0644]
examples/wifi/smart_config/CMakeLists.txt [new file with mode: 0644]
examples/wifi/wpa2_enterprise/CMakeLists.txt [new file with mode: 0644]
examples/wifi/wps/CMakeLists.txt [new file with mode: 0644]