esp-idf/examples/system/ota/advanced_https_ota
Shubham Kulkarni ab9e5d3ea4 advanced_https_ota: Remove check for CONFIG_BOOTLOADER_APP_ANTI_ROLLBACK for validating image.
Image should be validated even if CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE is enabled
2021-06-02 11:19:30 +00:00
..
main advanced_https_ota: Remove check for CONFIG_BOOTLOADER_APP_ANTI_ROLLBACK for validating image. 2021-06-02 11:19:30 +00:00
server_certs Bugfix for failing OTA example 2019-12-31 14:18:16 +05:30
anti_rollback_partition.csv Update OTA example to demonstate anti_rollback feature 2020-11-11 11:51:28 +00:00
CMakeLists.txt OTA: enable example builds for esp32s2 target 2020-01-29 15:20:42 +01:00
example_test.py advanced_https_ota: Add example test for OTA with OpenSSL server with binary file aligned to 289 byte boundary 2021-04-21 20:57:58 +05:30
Makefile Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
partitions_example_with_ble.csv advanced_https_ota: Added BLE GATTS code. 2021-04-20 15:34:53 +05:30
README.md Update OTA README to mention advanced_https_ota example and add reference to API documentation of esp_https_ota component 2020-08-29 09:05:52 +00:00
sdkconfig.ci Increase receive timeout in sdkconfig.ci to fix CI failures 2020-07-08 04:03:26 +00:00
sdkconfig.ci.anti_rollback Update OTA example to demonstate anti_rollback feature 2020-11-11 11:51:28 +00: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: Add example_test for partial HTTP download 2021-03-02 16:48:18 +05:30
sdkconfig.defaults update ota examples to support both Wi-Fi and Ethernet 2019-05-22 17:56:10 +08:00

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