zephyr/subsys/mgmt/hawkbit
Yong Cong Sin 313c49ec21 subsys/mgmt/hawkbit: Check the hash of stored firmware
Previously, the hash of the firmware is checked while we are
downloading the firmware. This isn't ideal as the validity of
the firmware written into the flash is not verified and can be
corrupted. Furthermore, checking while downloading will have an
negative impact to the download speed as the CPU need to do
more work during the data transfer.

This PR removes the previous verify-hash-while-download
implementation and use the flash_img_check API instead.

Signed-off-by: Yong Cong Sin <yongcong.sin@gmail.com>
2022-03-31 10:28:22 +02:00
..
CMakeLists.txt
hawkbit_device.c
hawkbit_device.h everywhere: fix typos 2022-03-18 13:24:08 -04:00
hawkbit_firmware.c
hawkbit_firmware.h
hawkbit_priv.h
hawkbit.c subsys/mgmt/hawkbit: Check the hash of stored firmware 2022-03-31 10:28:22 +02:00
Kconfig subsys/mgmt/hawkbit: Check the hash of stored firmware 2022-03-31 10:28:22 +02:00
shell.c power: move reboot functionality to os lib 2021-04-28 20:34:00 -04:00