Skip to content

Commit 2a2a4aa

Browse files
committed
Update for v0.5
1 parent 9e3d11f commit 2a2a4aa

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

Makefile

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

22
export FW_MAJOR := 0
3-
export FW_MINOR := 4
3+
export FW_MINOR := 5
44

55
PROJ = Greaseweazle
66
VER := v$(FW_MAJOR).$(FW_MINOR)
@@ -17,6 +17,7 @@ all:
1717

1818
clean:
1919
rm -f *.hex *.upd scripts/greaseweazle/*.pyc
20+
rm -f scripts/greaseweazle/version.py
2021
find . -name __pycache__ | xargs rm -rf
2122
$(MAKE) -f $(ROOT)/Rules.mk $@
2223

RELEASE_NOTES

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

6+
** v0.5 - 11 November 2019
7+
- USB: Overhaul the protocol and allow writes to be terminated at index
8+
- Terminate-at-index is always used by current Python control script
9+
- Terminate-at-index prevents an over-long write from overwriting itself
10+
- Fix interruption of track writes (eg. KeyboardInterrupt)
11+
- gw.py: New option --adjust-speed to normalise flux times for target drive
12+
- Measures RPM of the target drive and calculates an adjustment factor
13+
614
** v0.4 - 5 November 2019
715
- Blinky: Diagnostic test firmware to detect fake STM32 chips
816
- https://github.com/keirf/Greaseweazle/wiki/STM32-Fakes

0 commit comments

Comments
 (0)