Kaynağa Gözat

Update for v0.4

Keir Fraser 5 yıl önce
ebeveyn
işleme
ba74d25185
2 değiştirilmiş dosya ile 8 ekleme ve 1 silme
  1. 1 1
      Makefile
  2. 7 0
      RELEASE_NOTES

+ 1 - 1
Makefile

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

+ 7 - 0
RELEASE_NOTES

@@ -3,6 +3,13 @@
 ** Keir Fraser <keir.xen@gmail.com>
 ************************************
 
+** v0.4 - 5 November 2019
+ - Blinky: Diagnostic test firmware to detect fake STM32 chips
+   - https://github.com/keirf/Greaseweazle/wiki/STM32-Fakes
+ - Floppy Write: Fix for very short flux timings
+ - Floppy Read: Fix for very long flux timings
+ - USB: Small improvement to double-buffer logic
+
 ** v0.3 - 30 October 2019
  - Bootloader: Fix Programming-Jumper detection
  - Read Track: Various minor fixes