REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
|
Loading...
Searching...
No Matches
flasher.h
Go to the documentation of this file.
Define singletons which are not static-space allocated (and thus consume valuable ICTM space).
Definition singleton.h:46
int init(JsonObjectConst msg_in, JsonObject &msg_out)
Definition flasher.cpp:307
int complete(JsonObjectConst msg_in, JsonObject &msg_out)
Definition flasher.cpp:418
int stream(JsonObjectConst msg_in, JsonObject &msg_out)
Definition flasher.cpp:333
int abort(JsonObjectConst msg_in, JsonObject &msg_out)
Definition flasher.cpp:410
Definition flasher.h:7
The Flasher-X over-the-air firmware upgrade process is a small code snippet originally dating from ht...
Definition flasher.h:30
uint32_t buffer_size
identical to imagelen but increaed to next sector boundary
Definition flasher.h:39
size_t imagelen
Size of image as defined by user, for checking after transmission.
Definition flasher.h:32
utils::sha256_t upstream_hash
Hash as defined by user, for checking after transmission.
Definition flasher.h:33