]> granicus.if.org Git - esp-idf/commit
build system: Use CMake-based build system as default when describing commands
authorAngus Gratton <angus@espressif.com>
Sun, 23 Jun 2019 01:54:31 +0000 (11:54 +1000)
committerAngus Gratton <gus@projectgus.com>
Mon, 8 Jul 2019 07:31:27 +0000 (17:31 +1000)
commit47bbb107a8deaa80692ebc3b9369ae0618c3bc56
treedb00b9cc697bfba0b377385432a19fde7c8278cc
parentf6ad7f564d9e8239f81b4fd92450e1dd9acaf30f
build system: Use CMake-based build system as default when describing commands
101 files changed:
Kconfig
README.md
components/esptool_py/Kconfig.projbuild
components/nvs_flash/README.rst
components/spi_flash/README.rst
components/spi_flash/README_legacy.rst
docs/TEMPLATE_EXAMPLE_README.md
docs/en/api-guides/console.rst
docs/en/api-guides/core_dump.rst
docs/en/api-guides/freertos-smp.rst
docs/en/api-guides/partition-tables.rst
docs/en/api-guides/tools/idf-monitor.rst
docs/en/api-guides/ulp.rst
docs/en/api-reference/kconfig.rst
docs/en/api-reference/protocols/mqtt.rst
docs/en/api-reference/system/efuse.rst
docs/en/api-reference/system/freertos_additions.rst
docs/en/api-reference/system/heap_debug.rst
docs/en/api-reference/system/mem_alloc.rst
docs/en/api-reference/system/system.rst
docs/en/api-reference/system/wdts.rst
docs/en/security/flash-encryption.rst
docs/en/security/secure-boot.rst
docs/zh_CN/api-guides/console.rst
docs/zh_CN/api-guides/jtag-debugging/tips-and-quirks.rst
docs/zh_CN/api-guides/partition-tables.rst
docs/zh_CN/api-guides/tools/idf-monitor.rst
examples/README.md
examples/bluetooth/bluedroid/ble/ble_ibeacon/README.md
examples/bluetooth/bluedroid/ble/ble_throughput/throughput_client/README.md
examples/bluetooth/bluedroid/ble/ble_throughput/throughput_server/README.md
examples/bluetooth/bluedroid/classic_bt/a2dp_sink/README.md
examples/bluetooth/bluedroid/classic_bt/a2dp_source/README.md
examples/bluetooth/bluedroid/classic_bt/bt_discovery/README.rst
examples/bluetooth/bluedroid/classic_bt/bt_spp_acceptor/README.rst
examples/bluetooth/bluedroid/classic_bt/bt_spp_initiator/README.rst
examples/bluetooth/bluedroid/classic_bt/bt_spp_vfs_acceptor/README.rst
examples/bluetooth/bluedroid/classic_bt/bt_spp_vfs_initiator/README.rst
examples/ethernet/eth2ap/README.md
examples/get-started/blink/main/blink.c
examples/mesh/internal_communication/README.md
examples/mesh/manual_networking/README.md
examples/peripherals/adc/README.md
examples/peripherals/adc2/README.md
examples/peripherals/i2c/i2c_self_test/README.md
examples/peripherals/i2c/i2c_tools/README.md
examples/peripherals/i2s/README.md
examples/peripherals/i2s_adc_dac/README.md
examples/peripherals/ledc/README.md
examples/peripherals/pcnt/README.md
examples/peripherals/rmt_nec_tx_rx/README.md
examples/peripherals/rmt_tx/README.md
examples/peripherals/uart/nmea0183_parser/README.md
examples/protocols/README.md
examples/protocols/asio/chat_client/README.md
examples/protocols/asio/chat_server/README.md
examples/protocols/asio/tcp_echo_server/README.md
examples/protocols/asio/udp_echo_server/README.md
examples/protocols/coap_client/main/coap_client_example_main.c
examples/protocols/http_server/file_serving/README.md
examples/protocols/http_server/persistent_sockets/README.md
examples/protocols/http_server/restful_server/README.md
examples/protocols/http_server/simple/README.md
examples/protocols/https_server/README.md
examples/protocols/mdns/README.md
examples/protocols/mqtt/publish_test/README.md
examples/protocols/mqtt/ssl/README.md
examples/protocols/mqtt/ssl_mutual_auth/README.md
examples/protocols/mqtt/tcp/README.md
examples/protocols/mqtt/ws/README.md
examples/protocols/mqtt/wss/README.md
examples/protocols/openssl_client/README.md
examples/protocols/openssl_client/main/openssl_client_example.h
examples/protocols/openssl_server/README.md
examples/protocols/pppos_client/README.md
examples/protocols/sntp/README.md
examples/protocols/sockets/udp_multicast/README.md
examples/protocols/sockets/udp_multicast/main/udp_multicast_example_main.c
examples/storage/nvs_rw_blob/README.md
examples/storage/nvs_rw_value/README.md
examples/storage/sd_card/README.md
examples/storage/semihost_vfs/README.md
examples/storage/spiffs/README.md
examples/storage/spiffsgen/README.md
examples/storage/wear_levelling/README.md
examples/system/app_trace_to_host/README.md
examples/system/cpp_exceptions/README.md
examples/system/gcov/main/gcov_example.c
examples/system/light_sleep/README.md
examples/system/ota/README.md
examples/system/sysview_tracing_heap_log/README.md
examples/system/unit_test/README.md
examples/wifi/getting_started/softAP/main/softap_example_main.c
examples/wifi/getting_started/station/main/station_example_main.c
examples/wifi/scan/main/scan.c
examples/wifi/simple_sniffer/README.md
examples/wifi/wpa2_enterprise/main/wpa2_enterprise_main.c
examples/wifi/wps/main/wps.c
tools/esp_app_trace/test/sysview/blink.c
tools/idf_monitor.py
tools/unit-test-app/README.md