OVMS3-idf/components/spi_flash/sim/stubs
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
..
app_update spi_flash: Enable flash emulation down to ROM function calls 2018-06-06 17:35:30 +00:00
bootloader_support app_update: Add API for getting sha256_of_partition 2018-08-13 13:59:07 +05:00
driver/include/driver Modifications for fs profiling tool 2018-07-23 05:24:33 +00:00
esp32 Build test applicatoin on host failer fixed. 2018-07-31 08:45:43 +03:00
freertos/include/freertos Modifications for fs profiling tool 2018-07-23 05:24:33 +00:00
log Added test for version update from V1 to V2. Problems for tests on host are fixed. Random function changed to esp_random() 2018-07-31 08:45:42 +03:00
newlib Modifications for fs profiling tool 2018-07-23 05:24:33 +00:00
sdkconfig Modifications for fs profiling tool 2018-07-23 05:24:33 +00:00
sdmmc/include Modifications for fs profiling tool 2018-07-23 05:24:33 +00:00
vfs/include Modifications for fs profiling tool 2018-07-23 05:24:33 +00:00
component.mk Modifications for fs profiling tool 2018-07-23 05:24:33 +00:00
Makefile Modifications for fs profiling tool 2018-07-23 05:24:33 +00:00
Makefile.files app_update: Add API for getting sha256_of_partition 2018-08-13 13:59:07 +05:00