]> granicus.if.org Git - esp-idf/commit
cmake: Add missing example CMakeLists.txt files, CI check all examples have both
authorAngus Gratton <angus@espressif.com>
Tue, 28 Aug 2018 03:10:48 +0000 (11:10 +0800)
committerAngus Gratton <gus@projectgus.com>
Wed, 29 Aug 2018 12:22:55 +0000 (20:22 +0800)
commit5689e446dc92000b25cbe746355b217e3547b16b
tree9ff21067eeb8baeec1fa8782cd9427f5514b339f
parent49a910adfb81c049a95bf661ff7f0ce04dcf8a93
cmake: Add missing example CMakeLists.txt files, CI check all examples have both
37 files changed:
.gitlab-ci.yml
examples/bluetooth/a2dp_gatts_coex/CMakeLists.txt [new file with mode: 0644]
examples/bluetooth/ble_hid_device_demo/CMakeLists.txt [new file with mode: 0644]
examples/get-started/hello_world/partitions.csv [new file with mode: 0644]
examples/peripherals/can/can_alert_and_recovery/CMakeLists.txt [new file with mode: 0644]
examples/peripherals/can/can_network/can_network_listen_only/CMakeLists.txt [new file with mode: 0644]
examples/peripherals/can/can_network/can_network_master/CMakeLists.txt [new file with mode: 0644]
examples/peripherals/can/can_network/can_network_slave/CMakeLists.txt [new file with mode: 0644]
examples/peripherals/can/can_self_test/CMakeLists.txt [new file with mode: 0644]
examples/peripherals/mcpwm/mcpwm_basic_config/CMakeLists.txt [new file with mode: 0644]
examples/peripherals/mcpwm/mcpwm_bldc_control/CMakeLists.txt [new file with mode: 0644]
examples/peripherals/mcpwm/mcpwm_brushed_dc_control/CMakeLists.txt [new file with mode: 0644]
examples/peripherals/mcpwm/mcpwm_servo_control/CMakeLists.txt [new file with mode: 0644]
examples/peripherals/sdio/host/CMakeLists.txt [moved from examples/system/ota/CMakeLists.txt with 80% similarity]
examples/peripherals/sdio/host/components/esp_slave/CMakeLists.txt [new file with mode: 0644]
examples/peripherals/sdio/slave/CMakeLists.txt [new file with mode: 0644]
examples/peripherals/spi_slave/receiver/CMakeLists.txt [new file with mode: 0644]
examples/peripherals/spi_slave/sender/CMakeLists.txt [new file with mode: 0644]
examples/peripherals/uart_echo_rs485/CMakeLists.txt [new file with mode: 0644]
examples/protocols/asio/chat_client/CMakeLists.txt [new file with mode: 0644]
examples/protocols/asio/chat_client/components/CMakeLists.txt [new file with mode: 0644]
examples/protocols/asio/chat_server/CMakeLists.txt [new file with mode: 0644]
examples/protocols/asio/chat_server/components/CMakeLists.txt [new file with mode: 0644]
examples/protocols/asio/tcp_echo_server/CMakeLists.txt [new file with mode: 0644]
examples/protocols/asio/tcp_echo_server/components/CMakeLists.txt [new file with mode: 0644]
examples/protocols/asio/udp_echo_server/CMakeLists.txt [new file with mode: 0644]
examples/protocols/asio/udp_echo_server/components/CMakeLists.txt [new file with mode: 0644]
examples/protocols/http_server/advanced_tests/CMakeLists.txt [new file with mode: 0644]
examples/protocols/http_server/persistent_sockets/CMakeLists.txt [new file with mode: 0644]
examples/protocols/http_server/simple/CMakeLists.txt [new file with mode: 0644]
examples/protocols/https_mbedtls/CMakeLists.txt [new file with mode: 0644]
examples/system/esp_timer/CMakeLists.txt [new file with mode: 0644]
examples/system/ota/native_ota_example/CMakeLists.txt [new file with mode: 0644]
examples/system/ota/simple_ota_example/CMakeLists.txt [new file with mode: 0644]
examples/wifi/simple_wifi/CMakeLists.txt [new file with mode: 0644]
tools/ci/check_examples_cmake_make.sh [new file with mode: 0755]
tools/ci/executable-list.txt