esp-idf/examples/system/ota/simple_ota_example
Mahavir Jain c533674120 simple_ota_example: add SPIRAM enabled configuration
This commit adds one example test case for OTA with SPIRAM
enabled configuration. Additionally it also keeps
`SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY` enabled to catch any issues
of sort "cache disabled but cached region accessed".

https://github.com/espressif/esp-idf/issues/5354
2020-06-12 05:45:02 +00:00
..
main esp_netif, examples: esp_netif_init() moved into ESP_ERROR_CHECK() 2019-12-17 09:07:49 +01:00
server_certs
CMakeLists.txt OTA: enable example builds for esp32s2 target 2020-01-29 15:20:42 +01:00
Makefile
README.md
example_test.py simple_ota_example: add SPIRAM enabled configuration 2020-06-12 05:45:02 +00:00
sdkconfig.ci
sdkconfig.ci.spiram simple_ota_example: add SPIRAM enabled configuration 2020-06-12 05:45:02 +00:00
sdkconfig.defaults

README.md

Simple OTA example

This example is based on esp_https_ota component's APIs.

Configuration

Refer README.md in the parent directory for setup details