Skip to content

Commit

Permalink
Update to v0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
keirf committed Jun 8, 2020
1 parent 870bd50 commit 2b32eb7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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)

Expand Down
5 changes: 5 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
** Keir Fraser <[email protected]>
************************************

** 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)
Expand Down

0 comments on commit 2b32eb7

Please sign in to comment.