瀏覽代碼

Update to v0.12

Keir Fraser 5 年之前
父節點
當前提交
845091b83c
共有 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 := 11
+export FW_MINOR := 12
 
 PROJ = Greaseweazle
 VER := v$(FW_MAJOR).$(FW_MINOR)

+ 9 - 0
RELEASE_NOTES

@@ -3,6 +3,15 @@
 ** Keir Fraser <keir.xen@gmail.com>
 ************************************
 
+** v0.12 - 10 March 2020
+ - GW Autodetect: General improvements, and now works on Windows 7
+ - New read parameter --double-step to double-step drive heads
+   - Useful for reading a 40-cylinder disk in an 80-cylinder drive
+ - New 'pin' command allows a floppy pin to be set to specified level
+   - Currently supported only for pin 2 (DENSEL)
+ - New 'reset' command resets the Greaseweazle to power-on settings
+   - Motors off, drives deselected, power-on pin levels and delay values
+
 ** v0.11 - 21 January 2020
  - GW.py: Auto-detect the COM/serial port device name
    - The device argument is now optional!