File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
22export FW_MAJOR := 0
3- export FW_MINOR := 18
3+ export FW_MINOR := 19
44
55TARGETS := 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
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments