Skip to content

Commit 8e68b34

Browse files
committed
Update to v0.24
1 parent ea5beeb commit 8e68b34

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
export FW_MAJOR := 0
3-
export FW_MINOR := 23
3+
export FW_MINOR := 24
44

55
TARGETS := all blinky clean dist windist mrproper ocd flash start serial pysetup
66
.PHONY: $(TARGETS)

RELEASE_NOTES

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
** Keir Fraser <keir.xen@gmail.com>
44
************************************
55

6+
** v0.24 - 14 January 2021
7+
- Index-cue generated Kryoflux and SCP image files
8+
- Most external tools and emulators fail with non-cued streams
9+
- gw write: New precomp command-line option (see the wiki)
10+
- gw: Backward compatibility with older firmware (only back to v0.23)
11+
- Safer bootloader update (CRC check before erasing existing bootloader)
12+
613
** v0.23 - 13 January 2021
714
- Support new Greaseweazle model: F7 Slim
815
- Read/write/verify 1.44M IMG image files

0 commit comments

Comments
 (0)