OVMS3-idf/components/app_update
Marius Vikhammer 9f2056dad4 app_update: fix test failure for get_app_elf_sha256 test
Commit fc03161f updated esp_ota_get_app_elf_sha256 to store and return
X number of bytes of the hash, but the test case still expected 64 bytes.

Updated test case to use CONFIG value for expected length.
2020-04-15 21:49:32 +08:00
..
include build system: include SHA256 hash of ELF file into app_desc structure 2019-02-27 13:30:25 +08:00
test app_update: fix test failure for get_app_elf_sha256 test 2020-04-15 21:49:32 +08:00
CMakeLists.txt build: Add trimming PROJECT_VER and PROJECT_NAME vars 2018-12-11 11:23:53 +08:00
Kconfig.projbuild app_update: Fix case when elf file SHA256 should be printed by panic handler while cache is disabled 2020-04-15 21:07:02 +08:00
Makefile.projbuild make: fix undefined variables warning for PARTITION_TABLE_BIN 2019-04-23 14:42:14 +08:00
component.mk app_update: Fix a handling of version as string 2019-01-24 12:13:38 +08:00
esp_app_desc.c app_update: Fix case when elf file SHA256 should be printed by panic handler while cache is disabled 2020-04-15 21:07:02 +08:00
esp_ota_ops.c esp_ota_ops.c: Fix size calculation to erase partition range for OTA image 2020-04-06 13:40:12 +05:30
otatool.py otatool, parttool: Fix permission denied error on Windows 2019-01-14 06:05:39 +08:00
project_include.cmake cmake: use otatool and parttool for build 2018-11-28 15:57:20 +08:00