Update to v0.19

This commit is contained in:
Keir Fraser
2020-06-08 14:21:43 +01:00
parent 870bd50288
commit 2b32eb77a8
2 changed files with 7 additions and 1 deletions

View File

@@ -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)

View File

@@ -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)