esp-idf/components/app_update
Shubham Kulkarni c82a4d59ee esp_ota_ops.c: Fix size calculation to erase partition range for OTA image
Closes https://github.com/espressif/esp-idf/issues/4953
2020-03-31 14:58:32 +00:00
..
include
test Merge branch 'bugfix/ota_get_sha256_test_fail' into 'master' 2020-03-25 21:20:25 +08:00
CMakeLists.txt Merge branch 'feature/use_underlying_cmake_targets_for_idf_py' into 'master' 2020-01-21 17:05:47 +08:00
Kconfig.projbuild app_update: Fix case when elf file SHA256 should be printed by panic handler while cache is disabled 2020-03-10 20:26:03 +08:00
Makefile.projbuild
component.mk build: Add CONFIG_APP_PROJECT_VER to set the project version from Kconfig 2020-01-15 11:02:27 +00:00
esp_app_desc.c app_update: Fix case when elf file SHA256 should be printed by panic handler while cache is disabled 2020-03-10 20:26:03 +08:00
esp_ota_ops.c esp_ota_ops.c: Fix size calculation to erase partition range for OTA image 2020-03-31 14:58:32 +00:00
otatool.py