Keir Fraser 5 жил өмнө
parent
commit
2a2a4aa9e5
2 өөрчлөгдсөн 10 нэмэгдсэн , 1 устгасан
  1. 2 1
      Makefile
  2. 8 0
      RELEASE_NOTES

+ 2 - 1
Makefile

@@ -1,6 +1,6 @@
 
 export FW_MAJOR := 0
-export FW_MINOR := 4
+export FW_MINOR := 5
 
 PROJ = Greaseweazle
 VER := v$(FW_MAJOR).$(FW_MINOR)
@@ -17,6 +17,7 @@ all:
 
 clean:
 	rm -f *.hex *.upd scripts/greaseweazle/*.pyc
+	rm -f scripts/greaseweazle/version.py
 	find . -name __pycache__ | xargs rm -rf
 	$(MAKE) -f $(ROOT)/Rules.mk $@
 

+ 8 - 0
RELEASE_NOTES

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