We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 435dd84 commit 59d3adcCopy full SHA for 59d3adc
2 files changed
Makefile
@@ -1,6 +1,6 @@
1
2
export FW_MAJOR := 0
3
-export FW_MINOR := 7
+export FW_MINOR := 8
4
5
PROJ = Greaseweazle
6
VER := v$(FW_MAJOR).$(FW_MINOR)
RELEASE_NOTES
@@ -3,6 +3,13 @@
** Keir Fraser <keir.xen@gmail.com>
************************************
+** v0.8 - 6 January 2020
7
+ - STM32F73xx: Various Fixes and Improvements
8
+ - Allow Firmware Update mode to be forced via strapping Serial RX/TX
9
+ - Fix bogus sample values at start of read flux values
10
+ - Fix some time constants to be in units of the sample clock
11
+ - USB: Advertise USB 2.0 device descriptor
12
+
13
** v0.7 - 6 December 2019
14
- USB: Fix end-of-stream detection on track writes
15
- Writes of empty/unformatted tracks sometimes hung forever
0 commit comments