File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
22export FW_MAJOR := 0
3- export FW_MINOR := 24
3+ export FW_MINOR := 25
44
55TARGETS := all blinky clean dist windist mrproper ocd flash start serial pysetup
66.PHONY : $(TARGETS )
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1212from greaseweazle .flux import Flux
1313from greaseweazle import optimised
1414
15- EARLIEST_SUPPORTED_FIRMWARE = (0 , 23 )
15+ EARLIEST_SUPPORTED_FIRMWARE = (0 , 25 )
1616
1717## Control-Path command set
1818class ControlCmd :
You can’t perform that action at this time.
0 commit comments