Skip to content

Commit

Permalink
Update to v0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
keirf committed May 5, 2020
1 parent 5608fdd commit a2c752d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

export FW_MAJOR := 0
export FW_MINOR := 14
export FW_MINOR := 15

PROJ = Greaseweazle
VER := v$(FW_MAJOR).$(FW_MINOR)
Expand Down
9 changes: 9 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
** Keir Fraser <[email protected]>
************************************

** v0.15 - 5 May 2020
- Host tool improvements:
- IPF: More robust conversion to raw flux for writeout
- HFE: Fix crash when writing out HFE from third party tools
- F7 Firmware improvements:
- Preparation for High Speed USB (future board using 730Z8 MCU)
- Enable Instruction and Data caches (10x execution speedup)
- Various improvements to bandwidth as reported by 'gw.py bandwidth'

** v0.14 - 29 April 2020
- IPF: Full write support (weak data, index misalignment)
- New GW commands: bandwidth, erase
Expand Down

0 comments on commit a2c752d

Please sign in to comment.