Module manifest

Module manifest 

Source
Expand description

Structs for parsing an OTA manifest.

Structs§

Blob
A content blob.
Image
An image to be written to a partition.
OtaManifestV1
Information about a particular version of the OS.
VersionedOtaManifest
The versioned manifest, can support multiple versions in the same manifest.

Enums§

ImageType
The type of the image, asset or firmware.
OtaManifestError
An error encountered while parsing the OTA manifest.
Slot
The slot of an image.

Functions§

parse_ota_manifest
Returns structured OTA manifest data based on raw file contents.