-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
export FW_VER := 3.14a | ||
export FW_VER := 3.15 | ||
|
||
PROJ := FlashFloppy | ||
VER := v$(FW_VER) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
** Keir Fraser <[email protected]> | ||
************************************ | ||
|
||
** v3.15 - 23 July 2020 | ||
- New stable release series | ||
- Improve rotary encoder robustness by sampling at 4x higher rate | ||
|
||
** v3.14a - 15 July 2020 | ||
- Properly implement non-existent tracks as empty / unformatted | ||
- In particular this avoids writing tracks beyond end of disk image | ||
|