Crate tockloader_proto [−] [src]
Implements the Tockloader protocol.
TockOS applications are loaded with tockloader.
This speaks to the TockOS bootloader using a specific
protocol. This crate implements that protocol so
that you can write future tockloader compatible bootloaders
in Rust!
Structs
| CommandDecoder |
The |
| CommandEncoder |
The |
| ResponseDecoder |
The |
| ResponseEncoder |
The |
Enums
| BaudMode | |
| Command |
Commands supported by the protocol. A bootloader will decode these and a flash tool will encode them. |
| Error | |
| Response |
Reponses supported by the protocol. A bootloader will encode these and a flash tool will decode them. |