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 := 4
3+ export FW_MINOR := 5
44
55PROJ = Greaseweazle
66VER := v$(FW_MAJOR ) .$(FW_MINOR )
1717
1818clean :
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments