-
v0.8.3 Stable
released this
2024-04-15 10:20:57 -05:00 | 23 commits to main since this releaseImprovements
summarize-gp2040ce
can now understand the segmented UF2 files written in v0.8.1.concatenate
has an added--backup
flag, which will move an existing output file aside before writing the new
output.
Downloads
-
v0.8.2 Stable
released this
2024-04-15 00:06:34 -05:00 | 26 commits to main since this releaseBugfixes
- UF2 files made of parts now have the proper block counts.
Downloads
-
v0.8.1 Stable
released this
2024-04-14 23:36:35 -05:00 | 27 commits to main since this releaseImprovements
concatenate
no longer writes a padded 2 MB binary (so 4 MB UF2), instead properly indexing the board/user configs
separately from the binary, leading to smaller UF2s.
Bugfixes
summarize-gp2040ce
now properly reads UF2 files.
Downloads
-
v0.8.0 Stable
released this
2024-04-13 23:31:43 -05:00 | 31 commits to main since this releaseFeatures
- New command,
summarize-gp2040ce
, to get info about a board image or USB device. Details are limited at the moment,
but more will come as we need them. dump-config
can now dump the board config rather than only the user config.
Improvements
visualize-config
can now read UF2 files in addition to raw binary files.visualize-config
is the new name of what was formerlyvisualize-storage
, to keep things consistent-ish.
concatenate
's output flag is now--new-filename
.
Miscellaneous
- Increased test coverage, especially in the TUI, to stay at 90% despite not being able to cover some USB stuff.
- The repository is now compliant with the REUSE specification.
- This included moving the DCO and making the license a Markdown file, for cleanliness.
- Some minor docs updates.
- The SPDX descriptor is used in
pyproject.toml
as that displays better.
Downloads
- New command,
-
v0.7.0 Stable
released this
2024-04-08 09:22:43 -05:00 | 55 commits to main since this releaseFeatures
- New configurations can be saved as .bin/.uf2 files via "Save As..." in the TUI editor. This allows for making files of different configurations that can be applied on top of one another simply by dragging the tiny UF2 onto the device. This is useful for backup purposes and might also be a handy way to apply different configurations in a networkless environment.
Improvements
- The GP2040-CE configuration structure has been updated to v0.7.8-RC2.
- There's a small About screen now in the TUI, but I didn't get around to adding online help yet.
- TUI tweaks, none of which are earthshattering.
Miscellaneous
- The license has been changed to GPLv3 (or later).
- Library/dependency version bumps, a couple times.
Downloads