diff --git a/Makefile b/Makefile index 02b85a0c..2ad80a10 100644 --- a/Makefile +++ b/Makefile @@ -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) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index e390802d..b76c145f 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -3,6 +3,15 @@ ** Keir Fraser ************************************ +** 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