esp-idf/components/app_update
Harshit Malpani 650c64a840
fix(app_update): Fix reading secure boot digest from register
While reading the key from the register, the register are read by
8 bit access which results in reading wrong data. Reading from the
peripheral should be 32 bit aligned. The commit updates the code
to read the secure boot key from the register using 32 bit access.

Closes https://github.com/espressif/esp-idf/issues/12851
2024-02-02 16:23:49 +05:30
..
include fix(app_update): avoid erasing an extra sector than the actual required size 2023-12-04 18:48:55 +05:30
test
CMakeLists.txt
Kconfig.projbuild
Makefile.projbuild
component.mk
esp_app_desc.c
esp_ota_ops.c fix(app_update): Fix reading secure boot digest from register 2024-02-02 16:23:49 +05:30
otatool.py