Skip to content

Commit

Permalink
Update to v0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
keirf committed Jan 14, 2021
1 parent ea5beeb commit 8e68b34
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

export FW_MAJOR := 0
export FW_MINOR := 23
export FW_MINOR := 24

TARGETS := all blinky clean dist windist mrproper ocd flash start serial pysetup
.PHONY: $(TARGETS)
Expand Down
7 changes: 7 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
** Keir Fraser <[email protected]>
************************************

** v0.24 - 14 January 2021
- Index-cue generated Kryoflux and SCP image files
- Most external tools and emulators fail with non-cued streams
- gw write: New precomp command-line option (see the wiki)
- gw: Backward compatibility with older firmware (only back to v0.23)
- Safer bootloader update (CRC check before erasing existing bootloader)

** v0.23 - 13 January 2021
- Support new Greaseweazle model: F7 Slim
- Read/write/verify 1.44M IMG image files
Expand Down

0 comments on commit 8e68b34

Please sign in to comment.