firmware update state structure More...
firmware update state structure
Definition at line 106 of file flashwrite.h.
#include <flashwrite.h>
Data Fields | |
int | target_slot |
update targets this slot | |
size_t | offset |
update is at this position | |
unsigned | flashpage |
update is at this flashpage | |
uint8_t RIOTBOOT_FLASHPAGE_BUFFER_ATTRS | flashpage_buf [RIOTBOOT_FLASHPAGE_BUFFER_SIZE] |
flash writing buffer | |
uint8_t RIOTBOOT_FLASHPAGE_BUFFER_ATTRS | firstblock_buf [RIOTBOOT_FLASHPAGE_BUFFER_SIZE] |
Buffer for the first chunk containing the checksum when using FLASHWRITE_RAW. | |