Keir Fraser преди 4 години
родител
ревизия
48249c9ffb
променени са 2 файла, в които са добавени 9 реда и са изтрити 2 реда
  1. 2 2
      Makefile
  2. 7 0
      RELEASE_NOTES

+ 2 - 2
Makefile

@@ -1,6 +1,6 @@
 
 export FW_MAJOR := 0
-export FW_MINOR := 16
+export FW_MINOR := 17
 
 TARGETS := all blinky clean dist windist mrproper ocd flash start serial
 .PHONY: $(TARGETS)
@@ -49,7 +49,7 @@ dist:
 	cp -a blinky_test/Blinky.hex $(PROJ)-$(VER)/alt/Blinky_Test-$(VER).hex
 	cp -a COPYING $(PROJ)-$(VER)/
 	cp -a README.md $(PROJ)-$(VER)/
-	cp -a gw.py $(PROJ)-$(VER)/
+	cp -a gw $(PROJ)-$(VER)/
 	cp -a scripts/49-greaseweazle.rules $(PROJ)-$(VER)/scripts/
 	cp -a scripts/gw.py $(PROJ)-$(VER)/scripts/
 	cp -a scripts/greaseweazle/*.py $(PROJ)-$(VER)/scripts/greaseweazle/

+ 7 - 0
RELEASE_NOTES

@@ -3,6 +3,13 @@
 ** Keir Fraser <keir.xen@gmail.com>
 ************************************
 
+** v0.17 - 19 May 2020
+ - Windows: New self-contained executable distribution
+   - No need to install Python, or module dependencies
+ - Mac, Linux: Main script is directly executable
+   - No need to manually invoke the Python interpreter
+ - GW host tool: Help-text description for each available action
+
 ** v0.16 - 15 May 2020
  - F7 Firmware: Enable over-drive voltage mode
    - Required for reliable 216MHz operation (see datasheet)