Skip to content

Commit

Permalink
Update to v0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
keirf committed May 15, 2020
1 parent 53a348c commit c74ae47
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

export FW_MAJOR := 0
export FW_MINOR := 15
export FW_MINOR := 16

TARGETS := all blinky clean dist mrproper ocd flash start serial
.PHONY: $(TARGETS)
Expand Down
9 changes: 9 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
** Keir Fraser <[email protected]>
************************************

** v0.16 - 15 May 2020
- F7 Firmware: Enable over-drive voltage mode
- Required for reliable 216MHz operation (see datasheet)
- Bootloader update:
- 'gw.py update --bootloader' updates the bootloader
- Not normally required
- Failure may brick the Weazle and require full reflash: Take care!
- Update build system to work with Windows MinGW environment

** v0.15 - 5 May 2020
- Host tool improvements:
- IPF: More robust conversion to raw flux for writeout
Expand Down

0 comments on commit c74ae47

Please sign in to comment.