From 5485f39f270054666255c08e8250c5022623a486 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Fri, 15 Nov 2019 10:23:31 +0000 Subject: [PATCH] Update for v0.6 --- Makefile | 2 +- RELEASE_NOTES | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8ab00306..e4cdb5e7 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ export FW_MAJOR := 0 -export FW_MINOR := 5 +export FW_MINOR := 6 PROJ = Greaseweazle VER := v$(FW_MAJOR).$(FW_MINOR) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index fbac64c4..d73fa20b 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -3,6 +3,13 @@ ** Keir Fraser ************************************ +** v0.6 - 15 November 2019 + - gw.py: Big overhaul of underlying Python package + - Action (read, write, update) must come first on the command line + - eg. "python3 gw.py read --ecyl=39 foo.scp COM3" + - gw.py: New action "delays" to print/set delay parameters + - eg. "python3 gw.py delays --step=10000" to increase step time to 10ms + ** v0.5 - 11 November 2019 - USB: Overhaul the protocol and allow writes to be terminated at index - Terminate-at-index is always used by current Python control script