Update to v1.6

This commit is contained in:
Keir Fraser
2024-09-28 08:34:53 +01:00
parent 8b8d4a61cf
commit c839984a5f
2 changed files with 8 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
export FW_MAJOR := 1
export FW_MINOR := 5
export FW_MINOR := 6
PROJ = greaseweazle-firmware
VER := $(FW_MAJOR).$(FW_MINOR)

View File

@@ -3,6 +3,13 @@
** Keir Fraser <keir.xen@gmail.com>
************************************
** 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'