Keir Fraser 5 rokov pred
rodič
commit
59d3adcaa3
2 zmenil súbory, kde vykonal 8 pridanie a 1 odobranie
  1. 1 1
      Makefile
  2. 7 0
      RELEASE_NOTES

+ 1 - 1
Makefile

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

+ 7 - 0
RELEASE_NOTES

@@ -3,6 +3,13 @@
 ** Keir Fraser <keir.xen@gmail.com>
 ************************************
 
+** v0.8 - 6 January 2020
+ - STM32F73xx: Various Fixes and Improvements
+   - Allow Firmware Update mode to be forced via strapping Serial RX/TX
+   - Fix bogus sample values at start of read flux values
+   - Fix some time constants to be in units of the sample clock
+ - USB: Advertise USB 2.0 device descriptor
+
 ** v0.7 - 6 December 2019
  - USB: Fix end-of-stream detection on track writes
    - Writes of empty/unformatted tracks sometimes hung forever