1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/include/riotboot
Koen Zandberg 55b0f0b6a8
riotboot/flashwrite: add flashpage_raw compatibility
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.
2020-10-20 11:22:56 +02:00
..
flashwrite.h riotboot/flashwrite: add flashpage_raw compatibility 2020-10-20 11:22:56 +02:00
hdr.h add copyrights from IOTPUSH project 2019-05-02 12:09:37 +02:00
slot.h riotboot: Add function to retrieve the slot size 2020-09-29 15:18:52 +02:00