DFU image type.
Bitmasks of different image types.
Enumerator |
---|
DFU_TARGET_IMAGE_TYPE_NONE | Not a DFU image
|
DFU_TARGET_IMAGE_TYPE_MCUBOOT | Application image in MCUBoot format
|
DFU_TARGET_IMAGE_TYPE_MODEM_DELTA | Modem delta-update image
|
DFU_TARGET_IMAGE_TYPE_FULL_MODEM | Full update image for modem
|
DFU_TARGET_IMAGE_TYPE_SMP | SMP external MCU
|
DFU_TARGET_IMAGE_TYPE_SUIT | SUIT Envelope
|
DFU_TARGET_IMAGE_TYPE_ANY_APPLICATION | Any application image type
|
DFU_TARGET_IMAGE_TYPE_ANY_MODEM | Any modem image
|
DFU_TARGET_IMAGE_TYPE_ANY | Any DFU image type
|