zephyr/tests/subsys
Gerson Fernando Budke 4d35d3d83a dfu: img_util: Add flash integrity check
Flash memory can be write but there is no way to check flash integrity.
Add flash_img_check method that verify flash integrity.  This is useful
to avoid firmware reboot and test.  Another use is ensure that firmware
upgrade routines from internet server to flash slot are performing
properly.  This uses flash_area_check_int_sha256 method to check a
SHA-256 hash.  On sucess match, zero is returned, otherwise a negative
errno value.

Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
2020-09-03 17:56:02 +02:00
..
canbus device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
debug/coredump tests: add a test for coredump 2020-08-24 20:28:24 -04:00
dfu dfu: img_util: Add flash integrity check 2020-09-03 17:56:02 +02:00
fs device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
jwt tests/samples: enable for integration testing 2020-07-30 08:00:03 -04:00
logging test: logging: Add more test cases for log core 2020-08-12 17:08:15 -05:00
openthread device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
power/power_mgmt device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
settings device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
shell device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
storage storage: flash_map: Add SHA-256 integrity method 2020-09-03 17:56:02 +02:00
usb sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00