mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Koen Zandberg
55b0f0b6a8
This adds optional usage of periph_flashpage_raw for the riotboot/flashwrite module. This removes the need to buffer a full flashpage page, instead it must buffer two times the FLASHPAGE_RAW_BLOCKSIZE. One is used to buffer the current write block, the other buffers the first chunk (offset zero, page zero). This first chunk is written when finalizing the flash operation. Care must be taken that, when using the skiplength, the number of bytes skipped is always a multiple of the FLASHPAGE_RAW_BLOCKSIZE. |
||
---|---|---|
.. | ||
flashwrite_verify_sha256.c | ||
flashwrite.c | ||
hdr.c | ||
Makefile | ||
Makefile.include | ||
slot.c |