Skip to content

Commit a2c752d

Browse files
committed
Update to v0.15
1 parent 5608fdd commit a2c752d

2 files changed

Lines changed: 10 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 := 14
3+
export FW_MINOR := 15
44

55
PROJ = Greaseweazle
66
VER := v$(FW_MAJOR).$(FW_MINOR)

RELEASE_NOTES

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

6+
** v0.15 - 5 May 2020
7+
- Host tool improvements:
8+
- IPF: More robust conversion to raw flux for writeout
9+
- HFE: Fix crash when writing out HFE from third party tools
10+
- F7 Firmware improvements:
11+
- Preparation for High Speed USB (future board using 730Z8 MCU)
12+
- Enable Instruction and Data caches (10x execution speedup)
13+
- Various improvements to bandwidth as reported by 'gw.py bandwidth'
14+
615
** v0.14 - 29 April 2020
716
- IPF: Full write support (weak data, index misalignment)
817
- New GW commands: bandwidth, erase

0 commit comments

Comments
 (0)