Expand description
Structs for parsing an OTA manifest.
Structs§
- Blob
- A content blob.
- Image
- An image to be written to a partition.
- OtaManifest
V1 - Information about a particular version of the OS.
- Versioned
OtaManifest - The versioned manifest, can support multiple versions in the same manifest.
Enums§
- Image
Type - The type of the image, asset or firmware.
- OtaManifest
Error - 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.