Skip to content

Commit

Permalink
Update to v0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
keirf committed Jan 17, 2020
1 parent f58c0fb commit 98e5b5f
Show file tree
Hide file tree
Showing 2 changed files with 7 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 := 9
export FW_MINOR := 10

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

** v0.10 - 17 January 2020
- STM32F7xx: Multi-drive support via drive-select config option
- Up to three Shugart drives or two IBM/PC drives
- gw.py read|write --drive {a,b,0,1,2}
- See the "Drive Select" wiki page

** v0.9 - 7 January 2020
- Activity LED
- Lights while a USB-issued command is in progress
Expand Down

0 comments on commit 98e5b5f

Please sign in to comment.