esp-idf/components/app_update
schottj 7b10d02201
fix(app_update): fixed undeclared variable 'ret' in esp_ota_ops.c
2023-12-20 14:58:06 +05:30
..
include fix(app_update): avoid erasing an extra sector than the actual required size 2023-11-03 09:30:55 +05:30
test_apps fix(ci): change build-test-rules files folder 2023-09-20 19:17:06 +08:00
CMakeLists.txt refactor(linux): excluded all non-Linux components from build 2023-10-16 17:06:54 +08:00
esp_ota_app_desc.c esp_app_format: IRAM space optimization 2023-05-17 23:40:59 +08:00
esp_ota_ops.c fix(app_update): fixed undeclared variable 'ret' in esp_ota_ops.c 2023-12-20 14:58:06 +05:30
otatool.py