Skip to content

Commit 7907867

Browse files
committed
Update to v0.25
1 parent 6d08c0e commit 7907867

3 files changed

Lines changed: 3 additions & 3 deletions

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 := 24
3+
export FW_MINOR := 25
44

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

RELEASE_NOTES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
** Keir Fraser <keir.xen@gmail.com>
44
************************************
55

6-
** v0.25 - TBA
6+
** v0.25 - 27 February 2021
77
- EDSK: Support for writing unprotected EDSK files
88
- SCP: Allow disktype header byte to be specified (eg "a.scp::disktype=amiga")
99
- SCP: Fix import of non-index-cued SCP imnage files

scripts/greaseweazle/usb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from greaseweazle.flux import Flux
1313
from greaseweazle import optimised
1414

15-
EARLIEST_SUPPORTED_FIRMWARE = (0, 23)
15+
EARLIEST_SUPPORTED_FIRMWARE = (0, 25)
1616

1717
## Control-Path command set
1818
class ControlCmd:

0 commit comments

Comments
 (0)