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

+ 1 - 1
Makefile

@@ -1,6 +1,6 @@
 
 export FW_MAJOR := 0
-export FW_MINOR := 6
+export FW_MINOR := 7
 
 PROJ = Greaseweazle
 VER := v$(FW_MAJOR).$(FW_MINOR)

+ 9 - 0
RELEASE_NOTES

@@ -3,6 +3,15 @@
 ** Keir Fraser <keir.xen@gmail.com>
 ************************************
 
+** v0.7 - 6 December 2019
+ - USB: Fix end-of-stream detection on track writes
+   - Writes of empty/unformatted tracks sometimes hung forever
+ - No Flux Area: Firmware automatically masters long NFAs during track writes
+   - Generating no flux transitions does not read back as a NFA
+ - STM32F73xx: Initial support for new STM32 MCU
+   - Two HEX files are included: Use Greaseweazle-F1-* for existing boards!
+   - Single unified UPD file containing both firmware images
+
 ** v0.6 - 15 November 2019
  - gw.py: Big overhaul of underlying Python package
    - Action (read, write, update) must come first on the command line