Skip to content

Commit

Permalink
Update to v0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
keirf committed May 19, 2020
1 parent a67cb34 commit 48249c9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

export FW_MAJOR := 0
export FW_MINOR := 16
export FW_MINOR := 17

TARGETS := all blinky clean dist windist mrproper ocd flash start serial
.PHONY: $(TARGETS)
Expand Down Expand Up @@ -49,7 +49,7 @@ dist:
cp -a blinky_test/Blinky.hex $(PROJ)-$(VER)/alt/Blinky_Test-$(VER).hex
cp -a COPYING $(PROJ)-$(VER)/
cp -a README.md $(PROJ)-$(VER)/
cp -a gw.py $(PROJ)-$(VER)/
cp -a gw $(PROJ)-$(VER)/
cp -a scripts/49-greaseweazle.rules $(PROJ)-$(VER)/scripts/
cp -a scripts/gw.py $(PROJ)-$(VER)/scripts/
cp -a scripts/greaseweazle/*.py $(PROJ)-$(VER)/scripts/greaseweazle/
Expand Down
7 changes: 7 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
** Keir Fraser <[email protected]>
************************************

** v0.17 - 19 May 2020
- Windows: New self-contained executable distribution
- No need to install Python, or module dependencies
- Mac, Linux: Main script is directly executable
- No need to manually invoke the Python interpreter
- GW host tool: Help-text description for each available action

** v0.16 - 15 May 2020
- F7 Firmware: Enable over-drive voltage mode
- Required for reliable 216MHz operation (see datasheet)
Expand Down

0 comments on commit 48249c9

Please sign in to comment.