We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 910a563 commit b30db8eCopy full SHA for b30db8e
2 files changed
Makefile
@@ -1,6 +1,6 @@
1
2
export FW_MAJOR := 0
3
-export FW_MINOR := 27
+export FW_MINOR := 28
4
5
TARGETS := all blinky clean dist windist mrproper f1_ocd ocd flash start serial pysetup
6
.PHONY: $(TARGETS)
RELEASE_NOTES
@@ -3,6 +3,13 @@
** Keir Fraser <keir.xen@gmail.com>
************************************
+** v0.28 - 22 June 2021
7
+ - V4: Improve USB bandwidth and double MCU clock speed to 144MHz
8
+ - Fixes "gw bandwidth" warnings
9
+ - Firmware: New command CMD_NOCLICK_STEP.
10
+ - Used by Rob Smith's WinUAE bridge to implement noclick
11
+ - "gw pin": Split into "gw pin set" and "gw pin get"
12
+
13
** v0.27 - 12 May 2021
14
- EDSK: Support writing KBI-19 protection tracks
15
- EDSK: Support next IDAM in preceding sector's GAP
0 commit comments