Module dynamic_binary_storage

Source
Expand description

Dynamic Binary Flasher for application loading and updating at runtime.

These functions facilitate dynamic application flashing and process creation during runtime without requiring the user to restart the device.

Structs§

SequentialDynamicBinaryStorage
Dynamic process loading machine.

Enums§

State

Constants§

BUF_LEN
Expected buffer length for storing application binaries.

Traits§

DynamicBinaryStore
This interface supports flashing binaries at runtime.
DynamicBinaryStoreClient
The callback for dynamic binary flashing.
DynamicProcessLoad
This interface supports loading processes at runtime.
DynamicProcessLoadClient
The callback for dynamic binary flashing.