File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
22export FW_MAJOR := 0
3- export FW_MINOR := 5
3+ export FW_MINOR := 6
44
55PROJ = Greaseweazle
66VER := v$(FW_MAJOR ) .$(FW_MINOR )
Original file line number Diff line number Diff line change 33** Keir Fraser <keir.xen@gmail.com>
44************************************
55
6+ ** v0.6 - 15 November 2019
7+ - gw.py: Big overhaul of underlying Python package
8+ - Action (read, write, update) must come first on the command line
9+ - eg. "python3 gw.py read --ecyl=39 foo.scp COM3"
10+ - gw.py: New action "delays" to print/set delay parameters
11+ - eg. "python3 gw.py delays --step=10000" to increase step time to 10ms
12+
613** v0.5 - 11 November 2019
714 - USB: Overhaul the protocol and allow writes to be terminated at index
815 - Terminate-at-index is always used by current Python control script
You can’t perform that action at this time.
0 commit comments