cacheImages

@Nullable
@get:Nullable
open val cacheImages: @Nullable List<CacheImage>

Cache images are used to update devices supporting SUIT manifest. The cache images are sent after the SUIT manifest and contain parts of firmware that are not included in the manifest.

In case the cache images are not null, images must contain a single SUIT file.

Flow: 1. Send .suit file ("image" is set to 0 (default)) 2. Send cache images, each with "image" parameter set to the partition ID. 3. Send "confirm" command (without hash) to begin the update.