Skip to content

Commit 81150b5

Browse files
committed
Update to v0.21
1 parent 8276d8e commit 81150b5

2 files changed

Lines changed: 11 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 := 20
3+
export FW_MINOR := 21
44

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

RELEASE_NOTES

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

6+
** v0.21 - 10 September 2020
7+
- Support new Greaseweazle model: F7 Lightning Plus
8+
- Fixes for older drives
9+
- 50us index mask, avoid double triggering on the index signal
10+
- Increase default head-step delay to 5ms
11+
- Windows: Install the CAPS/SPS IPF library automatically
12+
- New command 'gw seek' to seek to specified drive cylinder
13+
- New syntax for specifying Greaseweazle device name on command line
14+
- eg 'gw read --device COM3 a.scp'
15+
616
** v0.20 - 1 July 2020
717
- gw write: New options --erase-empty and --double-step
818
- gw update: Fix COM redetect on Windows running Bitdefender

0 commit comments

Comments
 (0)