Skip to content

Commit

Permalink
Update to v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
keirf committed Sep 28, 2024
1 parent 8b8d4a6 commit c839984
Show file tree
Hide file tree
Showing 2 changed files with 8 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 := 1
export FW_MINOR := 5
export FW_MINOR := 6

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

** v1.6 - 28 September 2024
- Flux write: Whole-track writes to hard-sectored disks
- Pre- and post-write delays: Specified by many drive datasheets
- Required for correct interaction with offset tunnel-erase heads
- Configurable "Index Mask", for debouncing noisy INDEX signals
- Seek (HDD): Remove arbitrary 100-cylinder limit

** v1.5 - 19 December 2023
- AT32F403(A): Extend SRAM from 96kB to 224kB
- Report USB buffer size in 'gw info'
Expand Down

0 comments on commit c839984

Please sign in to comment.