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§
- Sequential
Dynamic Binary Storage - Dynamic process loading machine.
Enums§
Constants§
- BUF_LEN
- Expected buffer length for storing application binaries.
Traits§
- Dynamic
Binary Store - This interface supports flashing binaries at runtime.
- Dynamic
Binary Store Client - The callback for dynamic binary flashing.
- Dynamic
Process Load - This interface supports loading processes at runtime.
- Dynamic
Process Load Client - The callback for dynamic binary flashing.