OVMS3-idf/components/app_update
Konstantin Kondrashov 117c79eae5 app_update: Add API for getting sha256_of_partition
Added bootloader_common_get_sha256_of_partition() and esp_partition_get_sha256() - get or calculate SHA-256
digest for app and data partitions.
Added bootloader_sha256_hex_to_str() - helps to print SHA-256 digest
Added esp_partition_check_identity() - compares two partitions by SHA-256 digest

Refactoring a function esp_image_load() in bootloader space to esp_image_verify() and
bootloader_load_image(). Old name function esp_image_load is deprecated
and will remove in V4.0 version.

spi_flash/sim: Fix error test_host. Add stub for bootloader_common_get_sha256_of_partition in sim/stubs
2018-08-13 13:59:07 +05:00
..
include app_update: Add API for getting sha256_of_partition 2018-08-13 13:59:07 +05:00
test ota ops: Rewrite esp_ota_get_next_update_partition() to be more predictable, add unit tests 2017-02-22 10:26:04 +11:00
component.mk remove executable permission from source files 2018-05-29 20:07:45 +08:00
esp_ota_ops.c app_update: Add API for getting sha256_of_partition 2018-08-13 13:59:07 +05:00
gen_empty_partition.py make: Add feature to cmd 'make flash' - reset ota_data partition 2018-07-25 11:22:15 +00:00
Makefile.projbuild make: Add feature to cmd 'make flash' - reset ota_data partition 2018-07-25 11:22:15 +00:00