SUIT firmware VFS transport. More...
SUIT firmware VFS transport.
Allows to load firmware updates from the filesystem. URL scheme: file://<path>/<to>/manifest.suit e.g. set `SUIT_COAP_ROOT` to `file:///sd0/fw` and place the update files to the folder fw/ on the first SD card.
VFS transport backend definitions for SUIT manifests
Functions | |
int | suit_transport_vfs_fetch (const suit_manifest_t *manifest, coap_blockwise_cb_t cb, void *ctx) |
fetch a payload from the filesystem | |
int suit_transport_vfs_fetch | ( | const suit_manifest_t * | manifest, |
coap_blockwise_cb_t | cb, | ||
void * | ctx | ||
) |
fetch a payload from the filesystem
[in] | manifest | suit manifest context |
[in] | cb | filesystem block callback |
[in] | ctx | callback context |