Pārlūkot izejas kodu

Update to v0.28

Keir Fraser 3 gadi atpakaļ
vecāks
revīzija
b30db8e3a0
2 mainītis faili ar 8 papildinājumiem un 1 dzēšanām
  1. 1 1
      Makefile
  2. 7 0
      RELEASE_NOTES

+ 1 - 1
Makefile

@@ -1,6 +1,6 @@
 
 
 export FW_MAJOR := 0
 export FW_MAJOR := 0
-export FW_MINOR := 27
+export FW_MINOR := 28
 
 
 TARGETS := all blinky clean dist windist mrproper f1_ocd ocd flash start serial pysetup
 TARGETS := all blinky clean dist windist mrproper f1_ocd ocd flash start serial pysetup
 .PHONY: $(TARGETS)
 .PHONY: $(TARGETS)

+ 7 - 0
RELEASE_NOTES

@@ -3,6 +3,13 @@
 ** Keir Fraser <keir.xen@gmail.com>
 ** Keir Fraser <keir.xen@gmail.com>
 ************************************
 ************************************
 
 
+** v0.28 - 22 June 2021
+ - V4: Improve USB bandwidth and double MCU clock speed to 144MHz
+   - Fixes "gw bandwidth" warnings
+ - Firmware: New command CMD_NOCLICK_STEP.
+   - Used by Rob Smith's WinUAE bridge to implement noclick
+ - "gw pin": Split into "gw pin set" and "gw pin get"
+
 ** v0.27 - 12 May 2021
 ** v0.27 - 12 May 2021
  - EDSK: Support writing KBI-19 protection tracks
  - EDSK: Support writing KBI-19 protection tracks
  - EDSK: Support next IDAM in preceding sector's GAP
  - EDSK: Support next IDAM in preceding sector's GAP