c533674120
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 |
||
---|---|---|
.. | ||
main | ||
server_certs | ||
CMakeLists.txt | ||
example_test.py | ||
Makefile | ||
README.md | ||
sdkconfig.ci | ||
sdkconfig.ci.spiram | ||
sdkconfig.defaults |
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