Browse Source

Update to v0.19

Keir Fraser 4 years ago
parent
commit
2b32eb77a8
2 changed files with 7 additions and 1 deletions
  1. 2 1
      Makefile
  2. 5 0
      RELEASE_NOTES

+ 2 - 1
Makefile

@@ -1,6 +1,6 @@
 
 export FW_MAJOR := 0
-export FW_MINOR := 18
+export FW_MINOR := 19
 
 TARGETS := all blinky clean dist windist mrproper ocd flash start serial
 .PHONY: $(TARGETS)
@@ -73,6 +73,7 @@ windist:
 	cp -a scripts/setup.py $(PROJ)-$(VER)/scripts
 	cd $(PROJ)-$(VER)/scripts && $(PYTHON) setup.py build
 	cp -a $(PROJ)-$(VER)/scripts/build/exe.win*/* $(PROJ)-$(VER)/
+	cp -a lib/bitarray/VCRUNTIME140.DLL .
 	rm -rf $(PROJ)-$(VER)/scripts $(PROJ)-$(VER)/*.py $(PROJ)-$(VER)/gw
 	$(ZIP) $(PROJ)-$(VER)-win.zip $(PROJ)-$(VER)
 

+ 5 - 0
RELEASE_NOTES

@@ -3,6 +3,11 @@
 ** Keir Fraser <keir.xen@gmail.com>
 ************************************
 
+** v0.19 - 8 June 2020
+ - F7 v2: Support for the new board design
+ - gw update: Signature and CRC validation checks
+ - gw read: Fix end-track field in single-sided SCP images
+
 ** v0.18 - 28 May 2020
  - gw read: New parameters --rate and --rpm
    - rate: Bitcell data rate in kbit/s (eg 250=DD 500=HD)