esp-idf/examples/system/ota/advanced_https_ota
Djordje Nedic facab8c5a7 tools: Increase the minimal supported CMake version to 3.16
This updates the minimal supported version of CMake to 3.16, which in turn enables us to use more CMake features and have a cleaner build system.
This is the version that provides most new features and also the one we use in our latest docker image for CI.
2022-06-01 06:35:02 +00:00
..
main examples: advanced_https_ota: make some globals static 2022-01-27 11:00:09 +07:00
server_certs OTA examples: Updated server certificate 2021-07-13 13:14:32 +08:00
test_certs Fix for advanced_ota_redirect_url example failure in CI 2021-12-13 10:50:43 +05:30
anti_rollback_partition.csv efuse(esp32): Deprecate esp_efuse_burn_new_values() & esp_efuse_write_random_key() 2021-06-17 07:21:36 +08:00
CMakeLists.txt tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
partitions_example_with_ble.csv advanced_https_ota: Added BLE GATTS code. 2021-04-20 15:34:53 +05:30
pytest_advanced_ota.py ota_example: Mark tests as flaky 2022-05-30 11:13:05 +05:30
README.md Migrate OTA example test to pytest framework 2022-05-23 13:11:21 +05:30
sdkconfig.ci advanced_https_ota: Move example tests on ethernet runners 2021-11-19 15:07:31 +05:30
sdkconfig.ci.anti_rollback efuse(esp32): Deprecate esp_efuse_burn_new_values() & esp_efuse_write_random_key() 2021-06-17 07:21:36 +08:00
sdkconfig.ci.bluedroid advanced_https_ota: Added BLE GATTS code. 2021-04-20 15:34:53 +05:30
sdkconfig.ci.nimble advanced_https_ota: Added BLE GATTS code. 2021-04-20 15:34:53 +05:30
sdkconfig.ci.partial_download advanced_https_ota: Move example tests on ethernet runners 2021-11-19 15:07:31 +05:30
sdkconfig.defaults update ota examples to support both Wi-Fi and Ethernet 2019-05-22 17:56:10 +08:00

Supported Targets ESP32 ESP32-S2 ESP32-S3 ESP32-C3

Advanced HTTPS OTA example

This example is based on esp_https_ota component's APIs.

Configuration

Refer README.md in the parent directory for setup details