mirror of
https://github.com/keirf/greaseweazle-firmware.git
synced 2025-10-31 11:06:44 -07:00
Update to v0.19
This commit is contained in:
3
Makefile
3
Makefile
@@ -1,6 +1,6 @@
|
||||
|
||||
export FW_MAJOR := 0
|
||||
export FW_MINOR := 18
|
||||
export FW_MINOR := 19
|
||||
|
||||
TARGETS := all blinky clean dist windist mrproper ocd flash start serial
|
||||
.PHONY: $(TARGETS)
|
||||
@@ -73,6 +73,7 @@ windist:
|
||||
cp -a scripts/setup.py $(PROJ)-$(VER)/scripts
|
||||
cd $(PROJ)-$(VER)/scripts && $(PYTHON) setup.py build
|
||||
cp -a $(PROJ)-$(VER)/scripts/build/exe.win*/* $(PROJ)-$(VER)/
|
||||
cp -a lib/bitarray/VCRUNTIME140.DLL .
|
||||
rm -rf $(PROJ)-$(VER)/scripts $(PROJ)-$(VER)/*.py $(PROJ)-$(VER)/gw
|
||||
$(ZIP) $(PROJ)-$(VER)-win.zip $(PROJ)-$(VER)
|
||||
|
||||
|
||||
@@ -3,6 +3,11 @@
|
||||
** Keir Fraser <keir.xen@gmail.com>
|
||||
************************************
|
||||
|
||||
** v0.19 - 8 June 2020
|
||||
- F7 v2: Support for the new board design
|
||||
- gw update: Signature and CRC validation checks
|
||||
- gw read: Fix end-track field in single-sided SCP images
|
||||
|
||||
** v0.18 - 28 May 2020
|
||||
- gw read: New parameters --rate and --rpm
|
||||
- rate: Bitcell data rate in kbit/s (eg 250=DD 500=HD)
|
||||
|
||||
Reference in New Issue
Block a user