summaryrefslogtreecommitdiff
path: root/tools/hex2c.py
AgeCommit message (Collapse)Author
2020-11-04hex2c.py: Adopt a maximum chunk sizeDaniel Thompson
Large segments will be chunked into 32K blocks to they can be handled seperate. Creating a maximum chunk size allows us to perform a few tricks in the reloader by allowing us to overwrite parts of the reloader whilst it is running! Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
2020-06-09tools: hex2c: Add crc32s for each segmentDaniel Thompson
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
2020-04-26reloader: OTA flashing tool for wasp-osDaniel Thompson