From 2b32eb77a8b27923fab99a349b76200134b7a9ba Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Mon, 8 Jun 2020 14:21:43 +0100 Subject: [PATCH] Update to v0.19 --- Makefile | 3 ++- RELEASE_NOTES | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 22307171..4c1ed3bf 100644 --- a/Makefile +++ b/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) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 8d288c9a..40b99e85 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -3,6 +3,11 @@ ** Keir Fraser ************************************ +** 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)