]> granicus.if.org Git - esp-idf/commitdiff
Moved examples to new folders / categories. Removed example numbers from example...
authorKrzysztof Budzynski <krzysztof@espressif.com>
Mon, 16 Jan 2017 22:08:35 +0000 (23:08 +0100)
committerKrzysztof Budzynski <krzysztof@espressif.com>
Mon, 16 Jan 2017 22:08:35 +0000 (23:08 +0100)
155 files changed:
examples/bluetooth/ble_adv/Makefile [moved from examples/05_ble_adv/Makefile with 100% similarity]
examples/bluetooth/ble_adv/README.rst [moved from examples/05_ble_adv/README.rst with 100% similarity]
examples/bluetooth/ble_adv/main/app_bt.c [moved from examples/05_ble_adv/main/app_bt.c with 100% similarity]
examples/bluetooth/ble_adv/main/component.mk [moved from examples/02_blink/main/component.mk with 100% similarity]
examples/bluetooth/ble_adv/sdkconfig.defaults [moved from examples/05_ble_adv/sdkconfig.defaults with 100% similarity]
examples/bluetooth/blufi/Makefile [moved from examples/12_blufi/Makefile with 100% similarity]
examples/bluetooth/blufi/README.rst [moved from examples/12_blufi/README.rst with 100% similarity]
examples/bluetooth/blufi/main/blufi_demo.h [moved from examples/12_blufi/main/blufi_demo.h with 100% similarity]
examples/bluetooth/blufi/main/blufi_main.c [moved from examples/12_blufi/main/blufi_main.c with 100% similarity]
examples/bluetooth/blufi/main/blufi_security.c [moved from examples/12_blufi/main/blufi_security.c with 100% similarity]
examples/bluetooth/blufi/main/component.mk [moved from examples/12_blufi/main/component.mk with 100% similarity]
examples/bluetooth/blufi/sdkconfig.defaults [moved from examples/12_blufi/sdkconfig.defaults with 100% similarity]
examples/bluetooth/gatt_client/Makefile [moved from examples/15_gatt_client/Makefile with 100% similarity]
examples/bluetooth/gatt_client/README.rst [moved from examples/15_gatt_client/README.rst with 100% similarity]
examples/bluetooth/gatt_client/main/component.mk [moved from examples/15_gatt_client/main/component.mk with 100% similarity]
examples/bluetooth/gatt_client/main/gattc_demo.c [moved from examples/15_gatt_client/main/gattc_demo.c with 100% similarity]
examples/bluetooth/gatt_client/sdkconfig.defaults [moved from examples/14_gatt_server/sdkconfig.defaults with 100% similarity]
examples/bluetooth/gatt_server/Makefile [moved from examples/14_gatt_server/Makefile with 100% similarity]
examples/bluetooth/gatt_server/README.rst [moved from examples/14_gatt_server/README.rst with 100% similarity]
examples/bluetooth/gatt_server/main/component.mk [moved from examples/14_gatt_server/main/component.mk with 100% similarity]
examples/bluetooth/gatt_server/main/gatts_demo.c [moved from examples/14_gatt_server/main/gatts_demo.c with 100% similarity]
examples/bluetooth/gatt_server/sdkconfig.defaults [moved from examples/15_gatt_client/sdkconfig.defaults with 100% similarity]
examples/bluetooth/gatt_server_service_table/Makefile [moved from examples/33_gatt_server_service_table/Makefile with 100% similarity]
examples/bluetooth/gatt_server_service_table/README.rst [moved from examples/33_gatt_server_service_table/README.rst with 100% similarity]
examples/bluetooth/gatt_server_service_table/main/component.mk [moved from examples/33_gatt_server_service_table/main/component.mk with 100% similarity]
examples/bluetooth/gatt_server_service_table/main/gatts_table_creat_demo.c [moved from examples/33_gatt_server_service_table/main/gatts_table_creat_demo.c with 100% similarity]
examples/bluetooth/gatt_server_service_table/main/gatts_table_creat_demo.h [moved from examples/33_gatt_server_service_table/main/gatts_table_creat_demo.h with 100% similarity]
examples/bluetooth/gatt_server_service_table/sdkconfig.defaults [moved from examples/33_gatt_server_service_table/sdkconfig.defaults with 100% similarity]
examples/ethernet/ethernet/Makefile [moved from examples/17_ethernet/Makefile with 100% similarity]
examples/ethernet/ethernet/README.md [moved from examples/17_ethernet/README.md with 100% similarity]
examples/ethernet/ethernet/main/component.mk [moved from examples/03_http_request/main/component.mk with 100% similarity]
examples/ethernet/ethernet/main/ethernet_main.c [moved from examples/17_ethernet/main/ethernet_main.c with 100% similarity]
examples/ethernet/ethernet/main/tlk110_phy.h [moved from examples/17_ethernet/main/tlk110_phy.h with 100% similarity]
examples/get-started/blink/Makefile [moved from examples/02_blink/Makefile with 100% similarity]
examples/get-started/blink/README.md [moved from examples/02_blink/README.md with 100% similarity]
examples/get-started/blink/main/Kconfig.projbuild [moved from examples/02_blink/main/Kconfig.projbuild with 100% similarity]
examples/get-started/blink/main/blink.c [moved from examples/02_blink/main/blink.c with 100% similarity]
examples/get-started/blink/main/component.mk [moved from examples/05_ble_adv/main/component.mk with 100% similarity]
examples/get-started/blink/sdkconfig.defaults [moved from examples/02_blink/sdkconfig.defaults with 100% similarity]
examples/get-started/hello_world/Makefile [moved from examples/01_hello_world/Makefile with 100% similarity]
examples/get-started/hello_world/README.md [moved from examples/01_hello_world/README.md with 100% similarity]
examples/get-started/hello_world/main/component.mk [moved from examples/01_hello_world/main/component.mk with 100% similarity]
examples/get-started/hello_world/main/hello_world_main.c [moved from examples/01_hello_world/main/hello_world_main.c with 100% similarity]
examples/peripherals/gpio/Makefile [moved from examples/21_gpio/Makefile with 100% similarity]
examples/peripherals/gpio/README.md [moved from examples/21_gpio/README.md with 100% similarity]
examples/peripherals/gpio/main/component.mk [moved from examples/09_openssl_client/main/component.mk with 100% similarity]
examples/peripherals/gpio/main/gpio_test.c [moved from examples/21_gpio/main/gpio_test.c with 100% similarity]
examples/peripherals/i2c/Makefile [moved from examples/18_i2c/Makefile with 100% similarity]
examples/peripherals/i2c/README.md [moved from examples/18_i2c/README.md with 100% similarity]
examples/peripherals/i2c/main/component.mk [moved from examples/16_pcnt/main/component.mk with 100% similarity]
examples/peripherals/i2c/main/i2c_test.c [moved from examples/18_i2c/main/i2c_test.c with 100% similarity]
examples/peripherals/i2s/Makefile [moved from examples/22_i2s/Makefile with 100% similarity]
examples/peripherals/i2s/main/app_main.c [moved from examples/22_i2s/main/app_main.c with 100% similarity]
examples/peripherals/i2s/main/component.mk [moved from examples/22_i2s/main/component.mk with 100% similarity]
examples/peripherals/ledc/Makefile [moved from examples/29_ledc/Makefile with 100% similarity]
examples/peripherals/ledc/README.md [moved from examples/29_ledc/README.md with 100% similarity]
examples/peripherals/ledc/main/component.mk [moved from examples/18_i2c/main/component.mk with 100% similarity]
examples/peripherals/ledc/main/ledc_fade.c [moved from examples/29_ledc/main/ledc_fade.c with 100% similarity]
examples/peripherals/pcnt/Makefile [moved from examples/16_pcnt/Makefile with 100% similarity]
examples/peripherals/pcnt/README.md [moved from examples/16_pcnt/README.md with 100% similarity]
examples/peripherals/pcnt/main/component.mk [moved from examples/20_uart/main/component.mk with 100% similarity]
examples/peripherals/pcnt/main/pcnt_test.c [moved from examples/16_pcnt/main/pcnt_test.c with 100% similarity]
examples/peripherals/rmt_nec_tx_rx/Makefile [moved from examples/11_rmt_nec_tx_rx/Makefile with 100% similarity]
examples/peripherals/rmt_nec_tx_rx/README.md [moved from examples/11_rmt_nec_tx_rx/README.md with 100% similarity]
examples/peripherals/rmt_nec_tx_rx/main/component.mk [moved from examples/11_rmt_nec_tx_rx/main/component.mk with 100% similarity]
examples/peripherals/rmt_nec_tx_rx/main/infrared_nec.c [moved from examples/11_rmt_nec_tx_rx/main/infrared_nec.c with 100% similarity]
examples/peripherals/rmt_nec_tx_rx/main/infrared_nec_main.c [moved from examples/11_rmt_nec_tx_rx/main/infrared_nec_main.c with 100% similarity]
examples/peripherals/sigmadelta/Makefile [moved from examples/19_sigmadelta/Makefile with 100% similarity]
examples/peripherals/sigmadelta/README.md [moved from examples/19_sigmadelta/README.md with 100% similarity]
examples/peripherals/sigmadelta/main/component.mk [moved from examples/19_sigmadelta/main/component.mk with 100% similarity]
examples/peripherals/sigmadelta/main/sigmadelta_test.c [moved from examples/19_sigmadelta/main/sigmadelta_test.c with 100% similarity]
examples/peripherals/spi_master/Makefile [moved from examples/26_spi_master/Makefile with 100% similarity]
examples/peripherals/spi_master/main/component.mk [moved from examples/26_spi_master/main/component.mk with 100% similarity]
examples/peripherals/spi_master/main/spi_master.c [moved from examples/26_spi_master/main/spi_master.c with 100% similarity]
examples/peripherals/timer_group/Makefile [moved from examples/13_timer_group/Makefile with 100% similarity]
examples/peripherals/timer_group/README.md [moved from examples/13_timer_group/README.md with 100% similarity]
examples/peripherals/timer_group/main/component.mk [moved from examples/07_nvs_rw_value/main/component.mk with 100% similarity]
examples/peripherals/timer_group/main/timer_group.c [moved from examples/13_timer_group/main/timer_group.c with 100% similarity]
examples/peripherals/uart/Makefile [moved from examples/20_uart/Makefile with 100% similarity]
examples/peripherals/uart/main/component.mk [moved from examples/21_gpio/main/component.mk with 100% similarity]
examples/peripherals/uart/main/uart_test.c [moved from examples/20_uart/main/uart_test.c with 100% similarity]
examples/protocols/coap_client/Makefile [moved from examples/23_coap_client/Makefile with 100% similarity]
examples/protocols/coap_client/main/Kconfig.projbuild [moved from examples/23_coap_client/main/Kconfig.projbuild with 100% similarity]
examples/protocols/coap_client/main/coap_client.c [moved from examples/23_coap_client/main/coap_client.c with 100% similarity]
examples/protocols/coap_client/main/component.mk [moved from examples/08_nvs_rw_blob/main/component.mk with 100% similarity]
examples/protocols/coap_server/Makefile [moved from examples/24_coap_server/Makefile with 100% similarity]
examples/protocols/coap_server/main/Kconfig.projbuild [moved from examples/24_coap_server/main/Kconfig.projbuild with 100% similarity]
examples/protocols/coap_server/main/coap_server.c [moved from examples/24_coap_server/main/coap_server.c with 100% similarity]
examples/protocols/coap_server/main/component.mk [moved from examples/13_timer_group/main/component.mk with 100% similarity]
examples/protocols/http_request/Makefile [moved from examples/03_http_request/Makefile with 100% similarity]
examples/protocols/http_request/README.md [moved from examples/03_http_request/README.md with 100% similarity]
examples/protocols/http_request/main/Kconfig.projbuild [moved from examples/03_http_request/main/Kconfig.projbuild with 100% similarity]
examples/protocols/http_request/main/component.mk [moved from examples/06_sntp/main/component.mk with 100% similarity]
examples/protocols/http_request/main/http_request_main.c [moved from examples/03_http_request/main/http_request_main.c with 100% similarity]
examples/protocols/https_request/Makefile [moved from examples/04_https_request/Makefile with 100% similarity]
examples/protocols/https_request/README.md [moved from examples/04_https_request/README.md with 100% similarity]
examples/protocols/https_request/main/Kconfig.projbuild [moved from examples/04_https_request/main/Kconfig.projbuild with 100% similarity]
examples/protocols/https_request/main/component.mk [moved from examples/04_https_request/main/component.mk with 100% similarity]
examples/protocols/https_request/main/https_request_main.c [moved from examples/04_https_request/main/https_request_main.c with 100% similarity]
examples/protocols/https_request/main/server_root_cert.pem [moved from examples/04_https_request/main/server_root_cert.pem with 100% similarity]
examples/protocols/mdns/Makefile [moved from examples/30_mdns_example/Makefile with 100% similarity]
examples/protocols/mdns/README.md [moved from examples/30_mdns_example/README.md with 100% similarity]
examples/protocols/mdns/main/Kconfig.projbuild [moved from examples/30_mdns_example/main/Kconfig.projbuild with 100% similarity]
examples/protocols/mdns/main/component.mk [moved from examples/17_ethernet/main/component.mk with 100% similarity]
examples/protocols/mdns/main/mdns_example_main.c [moved from examples/30_mdns_example/main/mdns_example_main.c with 100% similarity]
examples/protocols/openssl_client/Makefile [moved from examples/09_openssl_client/Makefile with 100% similarity]
examples/protocols/openssl_client/README.md [moved from examples/09_openssl_client/README.md with 100% similarity]
examples/protocols/openssl_client/main/Kconfig.projbuild [moved from examples/09_openssl_client/main/Kconfig.projbuild with 100% similarity]
examples/protocols/openssl_client/main/component.mk [moved from examples/29_ledc/main/component.mk with 100% similarity]
examples/protocols/openssl_client/main/openssl_client.c [moved from examples/09_openssl_client/main/openssl_client.c with 100% similarity]
examples/protocols/openssl_client/main/openssl_client.h [moved from examples/09_openssl_client/main/openssl_client.h with 100% similarity]
examples/protocols/openssl_server/Makefile [moved from examples/10_openssl_server/Makefile with 100% similarity]
examples/protocols/openssl_server/README.md [moved from examples/10_openssl_server/README.md with 100% similarity]
examples/protocols/openssl_server/main/Kconfig.projbuild [moved from examples/10_openssl_server/main/Kconfig.projbuild with 100% similarity]
examples/protocols/openssl_server/main/cacert.pem [moved from examples/10_openssl_server/main/cacert.pem with 100% similarity]
examples/protocols/openssl_server/main/component.mk [moved from examples/10_openssl_server/main/component.mk with 100% similarity]
examples/protocols/openssl_server/main/openssl_server.c [moved from examples/10_openssl_server/main/openssl_server.c with 100% similarity]
examples/protocols/openssl_server/main/openssl_server.h [moved from examples/10_openssl_server/main/openssl_server.h with 100% similarity]
examples/protocols/openssl_server/main/prvtkey.pem [moved from examples/10_openssl_server/main/prvtkey.pem with 100% similarity]
examples/protocols/sntp/Makefile [moved from examples/06_sntp/Makefile with 100% similarity]
examples/protocols/sntp/README.md [moved from examples/06_sntp/README.md with 100% similarity]
examples/protocols/sntp/main/Kconfig.projbuild [moved from examples/06_sntp/main/Kconfig.projbuild with 100% similarity]
examples/protocols/sntp/main/component.mk [moved from examples/25_ota/main/component.mk with 100% similarity]
examples/protocols/sntp/main/sntp_main.c [moved from examples/06_sntp/main/sntp_main.c with 100% similarity]
examples/storage/nvs_rw_blob/Makefile [moved from examples/08_nvs_rw_blob/Makefile with 100% similarity]
examples/storage/nvs_rw_blob/README.md [moved from examples/08_nvs_rw_blob/README.md with 100% similarity]
examples/storage/nvs_rw_blob/main/component.mk [moved from examples/23_coap_client/main/component.mk with 100% similarity]
examples/storage/nvs_rw_blob/main/nvs_rw_blob.c [moved from examples/08_nvs_rw_blob/main/nvs_rw_blob.c with 100% similarity]
examples/storage/nvs_rw_value/Makefile [moved from examples/07_nvs_rw_value/Makefile with 100% similarity]
examples/storage/nvs_rw_value/README.md [moved from examples/07_nvs_rw_value/README.md with 100% similarity]
examples/storage/nvs_rw_value/main/component.mk [moved from examples/24_coap_server/main/component.mk with 100% similarity]
examples/storage/nvs_rw_value/main/nvs_rw_value.c [moved from examples/07_nvs_rw_value/main/nvs_rw_value.c with 100% similarity]
examples/storage/sd_card/Makefile [moved from examples/27_sd_card/Makefile with 100% similarity]
examples/storage/sd_card/README.md [moved from examples/27_sd_card/README.md with 100% similarity]
examples/storage/sd_card/main/component.mk [moved from examples/27_sd_card/main/component.mk with 100% similarity]
examples/storage/sd_card/main/sd_card.c [moved from examples/27_sd_card/main/sd_card.c with 100% similarity]
examples/system/ota/Makefile [moved from examples/25_ota/Makefile with 100% similarity]
examples/system/ota/OTA_workflow.png [moved from examples/25_ota/OTA_workflow.png with 100% similarity]
examples/system/ota/README.md [moved from examples/25_ota/README.md with 100% similarity]
examples/system/ota/main/Kconfig.projbuild [moved from examples/25_ota/main/Kconfig.projbuild with 100% similarity]
examples/system/ota/main/component.mk [moved from examples/30_mdns_example/main/component.mk with 100% similarity]
examples/system/ota/main/ota.c [moved from examples/25_ota/main/ota.c with 100% similarity]
examples/system/ota/sdkconfig.defaults [moved from examples/25_ota/sdkconfig.defaults with 100% similarity]
examples/wifi/wpa2_enterprise/Makefile [moved from examples/31_wpa2_enterprise/Makefile with 100% similarity]
examples/wifi/wpa2_enterprise/README.md [moved from examples/31_wpa2_enterprise/README.md with 100% similarity]
examples/wifi/wpa2_enterprise/main/Kconfig.projbuild [moved from examples/31_wpa2_enterprise/main/Kconfig.projbuild with 100% similarity]
examples/wifi/wpa2_enterprise/main/component.mk [moved from examples/31_wpa2_enterprise/main/component.mk with 100% similarity]
examples/wifi/wpa2_enterprise/main/wpa2_ca.pem [moved from examples/31_wpa2_enterprise/main/wpa2_ca.pem with 100% similarity]
examples/wifi/wpa2_enterprise/main/wpa2_client.crt [moved from examples/31_wpa2_enterprise/main/wpa2_client.crt with 100% similarity]
examples/wifi/wpa2_enterprise/main/wpa2_client.key [moved from examples/31_wpa2_enterprise/main/wpa2_client.key with 100% similarity]
examples/wifi/wpa2_enterprise/main/wpa2_client.pem [moved from examples/31_wpa2_enterprise/main/wpa2_client.pem with 100% similarity]
examples/wifi/wpa2_enterprise/main/wpa2_enterprise_main.c [moved from examples/31_wpa2_enterprise/main/wpa2_enterprise_main.c with 100% similarity]
examples/wifi/wpa2_enterprise/main/wpa2_server.crt [moved from examples/31_wpa2_enterprise/main/wpa2_server.crt with 100% similarity]
examples/wifi/wpa2_enterprise/main/wpa2_server.key [moved from examples/31_wpa2_enterprise/main/wpa2_server.key with 100% similarity]
examples/wifi/wpa2_enterprise/main/wpa2_server.pem [moved from examples/31_wpa2_enterprise/main/wpa2_server.pem with 100% similarity]