Skip to content

Commit b30db8e

Browse files
committed
Update to v0.28
1 parent 910a563 commit b30db8e

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
export FW_MAJOR := 0
3-
export FW_MINOR := 27
3+
export FW_MINOR := 28
44

55
TARGETS := all blinky clean dist windist mrproper f1_ocd ocd flash start serial pysetup
66
.PHONY: $(TARGETS)

RELEASE_NOTES

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
** Keir Fraser <keir.xen@gmail.com>
44
************************************
55

6+
** 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+
613
** v0.27 - 12 May 2021
714
- EDSK: Support writing KBI-19 protection tracks
815
- EDSK: Support next IDAM in preceding sector's GAP

0 commit comments

Comments
 (0)