Skip to content

Commit 59d3adc

Browse files
committed
Update to v0.8
1 parent 435dd84 commit 59d3adc

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
export FW_MAJOR := 0
3-
export FW_MINOR := 7
3+
export FW_MINOR := 8
44

55
PROJ = Greaseweazle
66
VER := v$(FW_MAJOR).$(FW_MINOR)

RELEASE_NOTES

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
** Keir Fraser <keir.xen@gmail.com>
44
************************************
55

6+
** 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+
613
** v0.7 - 6 December 2019
714
- USB: Fix end-of-stream detection on track writes
815
- Writes of empty/unformatted tracks sometimes hung forever

0 commit comments

Comments
 (0)