Skip to content

Commit 2b32eb7

Browse files
committed
Update to v0.19
1 parent 870bd50 commit 2b32eb7

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
export FW_MAJOR := 0
3-
export FW_MINOR := 18
3+
export FW_MINOR := 19
44

55
TARGETS := all blinky clean dist windist mrproper ocd flash start serial
66
.PHONY: $(TARGETS)
@@ -73,6 +73,7 @@ windist:
7373
cp -a scripts/setup.py $(PROJ)-$(VER)/scripts
7474
cd $(PROJ)-$(VER)/scripts && $(PYTHON) setup.py build
7575
cp -a $(PROJ)-$(VER)/scripts/build/exe.win*/* $(PROJ)-$(VER)/
76+
cp -a lib/bitarray/VCRUNTIME140.DLL .
7677
rm -rf $(PROJ)-$(VER)/scripts $(PROJ)-$(VER)/*.py $(PROJ)-$(VER)/gw
7778
$(ZIP) $(PROJ)-$(VER)-win.zip $(PROJ)-$(VER)
7879

RELEASE_NOTES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
** Keir Fraser <keir.xen@gmail.com>
44
************************************
55

6+
** v0.19 - 8 June 2020
7+
- F7 v2: Support for the new board design
8+
- gw update: Signature and CRC validation checks
9+
- gw read: Fix end-track field in single-sided SCP images
10+
611
** v0.18 - 28 May 2020
712
- gw read: New parameters --rate and --rpm
813
- rate: Bitcell data rate in kbit/s (eg 250=DD 500=HD)

0 commit comments

Comments
 (0)