gp2040ce-binary-tools/gp2040ce_bintools
Brian S. Stephan 2ce0c4d7df
don't "optimize" the UF2 until the combination is fixed
naively adding UF2 blocks together is at least wrong by spec; it
produces one file with wrong block counts --- say I'm writing 3770
blocks, the naive uf2(firmware) + uf2(config) solution yields a file
that says it's 3642 blocks for a while, then 128 blocks. picotool kind
of does a "wtf" at this but writes it anyway, but I am not confident
this is safe, so I'll just do the dumb thing again for now (meaning we
pretty much always write 8128 or 8192 blocks when concatenating configs)

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
2024-04-12 15:27:58 -05:00
..
proto_snapshot update .proto snapshot for v0.7.8 2024-04-08 09:07:47 -05:00
__init__.py relicense as GPLv3 2024-03-08 00:02:43 -06:00
builder.py don't "optimize" the UF2 until the combination is fixed 2024-04-12 15:27:58 -05:00
config_tree.css follow `reuse lint` 2024-04-12 01:46:25 -05:00
gui.py implement Save As... in the TUI 2024-03-26 13:47:30 -05:00
rp2040.py relicense as GPLv3 2024-03-08 00:02:43 -06:00
storage.py optionally dump config to a .uf2 file 2024-03-25 10:03:54 -05:00