zephyr/subsys/mgmt/mcumgr
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
..
grp mgmt/mcumgr: Replace use of flash_area_erase with flash_area_flatten 2024-06-04 08:00:46 +02:00
mgmt mgmt: mcumgr: improve custom payload types 2023-12-11 18:31:23 +01:00
smp mgmt: Adapt to API changes in zcbor 0.8.0 2024-01-25 15:09:16 +00:00
smp_client
transport build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
util
CMakeLists.txt
Kconfig mgmt: mcumgr: Do not imply CRC 2023-10-23 12:15:41 +02:00