Keir Fraser 5 éve
szülő
commit
c516c021d7
2 módosított fájl, 10 hozzáadás és 1 törlés
  1. 1 1
      Makefile
  2. 9 0
      RELEASE_NOTES

+ 1 - 1
Makefile

@@ -1,6 +1,6 @@
 
 export FW_MAJOR := 0
-export FW_MINOR := 2
+export FW_MINOR := 3
 
 PROJ = Greaseweazle
 VER := v$(FW_MAJOR).$(FW_MINOR)

+ 9 - 0
RELEASE_NOTES

@@ -3,6 +3,15 @@
 ** Keir Fraser <keir.xen@gmail.com>
 ************************************
 
+** v0.3 - 30 October 2019
+ - Bootloader: Fix Programming-Jumper detection
+ - Read Track: Various minor fixes
+ - SCP: Fix the SCP file headers generated by "gw.py read"
+ ** IMPORTANT USER INSTRUCTIONS **:
+ - Users must serial-update using the v0.3 HEX file
+   - DO NOT update from v0.2 using the UPD file
+ - May need to install the crcmod package: eg "pip3 install crcmod"
+
 ** v0.2 - 29 October 2019
  - USB: Fix hangs during "gw.py read"
    - Thanks to Charlie Smurthwaite for telling me how to fix this!