zephyr/subsys/mgmt
Dominik Ermel bce06a64c4 mgmt/mcumgr: Replace use of flash_area_erase with flash_area_flatten
The commit replaces flash_area_erase with flash_area_flatten.
The function is used in to places:
 1) in image management commands IMG_MGMT_ID_UPLOAD
    and IMG_MGMT_ID_ERASE: to erase an image in secondary slot
    or to scramble trailer part of image, which could be misunderstood
    by MCUboot as valid image operation request;
 2) in command ZEPHYR_MGMT_GRP_BASIC_CMD_ERASE_STORAGE to
    erase/scramble data partition.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
2024-06-04 08:00:46 +02:00
..
ec_host_cmd
hawkbit mgmt: hawkbit: option for cold reboot 2024-05-24 18:04:13 -04:00
mcumgr mgmt/mcumgr: Replace use of flash_area_erase with flash_area_flatten 2024-06-04 08:00:46 +02:00
osdp modules: mbedtls: remove the default enabling of features 2024-05-31 16:33:06 -05:00
updatehub build: namespace the generated headers with `zephyr/` 2024-05-28 22:03:55 +02:00
CMakeLists.txt
Kconfig