RELEASE_NOTES 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. ************************************
  2. ** Greaseweazle Release Notes
  3. ** Keir Fraser <keir.xen@gmail.com>
  4. ************************************
  5. ** v0.22 - 27 November 2020
  6. - Support read and write of Amiga ADF image files
  7. - Increase /STEP pulse width to 15us (fix 5.25" drive seek for Arno Olaf)
  8. - Flippy drives: support 'gw seek' down to track -8
  9. - Revised USB protocol
  10. ** v0.21 - 10 September 2020
  11. - Support new Greaseweazle model: F7 Lightning Plus
  12. - Fixes for older drives
  13. - 50us index mask, avoid double triggering on the index signal
  14. - Increase default head-step delay to 5ms
  15. - Windows: Install the CAPS/SPS IPF library automatically
  16. - New command 'gw seek' to seek to specified drive cylinder
  17. - New syntax for specifying Greaseweazle device name on command line
  18. - eg 'gw read --device COM3 a.scp'
  19. ** v0.20 - 1 July 2020
  20. - gw write: New options --erase-empty and --double-step
  21. - gw update: Fix COM redetect on Windows running Bitdefender
  22. - Support version 2 of Ant Goffart's F7 Plus
  23. - SCP: support legacy single-sided SCP images
  24. - Automatic import; Export via ::legacy_ss suffix
  25. - eg. gw read --single-sided my.scp::legacy_ss
  26. - SCP: support SCP image files generated by FluxEngine
  27. ** v0.19 - 8 June 2020
  28. - F7 v2: Support for the new board design
  29. - gw update: Signature and CRC validation checks
  30. - gw read: Fix end-track field in single-sided SCP images
  31. ** v0.18 - 28 May 2020
  32. - gw read: New parameters --rate and --rpm
  33. - rate: Bitcell data rate in kbit/s (eg 250=DD 500=HD)
  34. - Used only for HFE images right now, where default is DD (250)
  35. - rpm: Normalise track timings to the given RPM value
  36. - This occurs before any other conversion or analysis
  37. - gw info: New command to display information about the Greaseweazle setup
  38. - gw bandwidth: Improved stats output
  39. - SCP: Fix single-sided image handling according to latest SCP spec.
  40. - Operates correctly with latest beta version of HxC software
  41. - F7: Support new board designs
  42. - AmberTronic F7 Plus: Kryoflux form factor, output buffers, 12v supply
  43. - F7 Lightning: High Speed USB, output buffers
  44. ** v0.17 - 19 May 2020
  45. - Windows: New self-contained executable distribution
  46. - No need to install Python, or module dependencies
  47. - Mac, Linux: Main script is directly executable
  48. - No need to manually invoke the Python interpreter
  49. - GW host tool: Help-text description for each available action
  50. ** v0.16 - 15 May 2020
  51. - F7 Firmware: Enable over-drive voltage mode
  52. - Required for reliable 216MHz operation (see datasheet)
  53. - Bootloader update:
  54. - 'gw.py update --bootloader' updates the bootloader
  55. - Not normally required
  56. - Failure may brick the Weazle and require full reflash: Take care!
  57. - Update build system to work with Windows MinGW environment
  58. ** v0.15 - 5 May 2020
  59. - Host tool improvements:
  60. - IPF: More robust conversion to raw flux for writeout
  61. - HFE: Fix crash when writing out HFE from third party tools
  62. - F7 Firmware improvements:
  63. - Preparation for High Speed USB (future board using 730Z8 MCU)
  64. - Enable Instruction and Data caches (10x execution speedup)
  65. - Various improvements to bandwidth as reported by 'gw.py bandwidth'
  66. ** v0.14 - 29 April 2020
  67. - IPF: Full write support (weak data, index misalignment)
  68. - New GW commands: bandwidth, erase
  69. - bandwidth: Measure USB read/write bandwidth
  70. - erase: Erase a disk
  71. - F7 USB: Improved bandwidth when writing to disk
  72. - Much less likely to see FluxUnderflow failures
  73. - update: Fix a bug which could fail to reopen the GW device for update
  74. - update: Automatically find the update file if filename not specified
  75. - Control script: Tidier notification of errors (no scary backtrace)
  76. ** v0.13 - 25 April 2020
  77. - HFE: Read & write support
  78. - IPF: Preliminary write support
  79. - Requires SPS/CAPS support library. See the wiki.
  80. - Weak data not yet supported (RNC "Protect Process" protection, & others)
  81. - Write splice is always rotated to the index (affects Speedlock & others)
  82. - Also TODO: Verified writes
  83. - USB: Use the VID:PID pair assigned to Greaseweazle (1201:4d69)
  84. - New prerequisite: 'bitarray' module. See the wiki.
  85. ** v0.12 - 10 March 2020
  86. - GW Autodetect: General improvements, and now works on Windows 7
  87. - New read parameter --double-step to double-step drive heads
  88. - Useful for reading a 40-cylinder disk in an 80-cylinder drive
  89. - New 'pin' command allows a floppy pin to be set to specified level
  90. - Currently supported only for pin 2 (DENSEL)
  91. - New 'reset' command resets the Greaseweazle to power-on settings
  92. - Motors off, drives deselected, power-on pin levels and delay values
  93. ** v0.11 - 21 January 2020
  94. - GW.py: Auto-detect the COM/serial port device name
  95. - The device argument is now optional!
  96. - USB: Provide a serial-id string to the host
  97. - Identifier is unique to each Greaseweazle device
  98. - Allows disambiguation between multiple Greaseweazle devices
  99. - Recommended: Full flash from HEX file (embeds serial in bootloader)
  100. - Ubuntu: Udev script now creates a /dev/greaseweazle symlink
  101. ** v0.10 - 17 January 2020
  102. - STM32F7xx: Multi-drive support via drive-select config option
  103. - Up to three Shugart drives or two IBM/PC drives
  104. - gw.py read|write --drive {a,b,0,1,2}
  105. - See the "Drive Select" wiki page
  106. ** v0.9 - 7 January 2020
  107. - Activity LED
  108. - Lights while a USB-issued command is in progress
  109. - Flashes when enumerated but idle in the firmware-update bootloader
  110. ** v0.8 - 6 January 2020
  111. - STM32F73xx: Various Fixes and Improvements
  112. - Allow Firmware Update mode to be forced via strapping Serial RX/TX
  113. - Fix bogus sample values at start of read flux values
  114. - Fix some time constants to be in units of the sample clock
  115. - USB: Advertise USB 2.0 device descriptor
  116. ** v0.7 - 6 December 2019
  117. - USB: Fix end-of-stream detection on track writes
  118. - Writes of empty/unformatted tracks sometimes hung forever
  119. - No Flux Area: Firmware automatically masters long NFAs during track writes
  120. - Generating no flux transitions does not read back as a NFA
  121. - STM32F73xx: Initial support for new STM32 MCU
  122. - Two HEX files are included: Use Greaseweazle-F1-* for existing boards!
  123. - Single unified UPD file containing both firmware images
  124. ** v0.6 - 15 November 2019
  125. - gw.py: Big overhaul of underlying Python package
  126. - Action (read, write, update) must come first on the command line
  127. - eg. "python3 gw.py read --ecyl=39 foo.scp COM3"
  128. - gw.py: New action "delays" to print/set delay parameters
  129. - eg. "python3 gw.py delays --step=10000" to increase step time to 10ms
  130. ** v0.5 - 11 November 2019
  131. - USB: Overhaul the protocol and allow writes to be terminated at index
  132. - Terminate-at-index is always used by current Python control script
  133. - Terminate-at-index prevents an over-long write from overwriting itself
  134. - Fix interruption of track writes (eg. KeyboardInterrupt)
  135. - gw.py: New option --adjust-speed to normalise flux times for target drive
  136. - Measures RPM of the target drive and calculates an adjustment factor
  137. ** v0.4 - 5 November 2019
  138. - Blinky: Diagnostic test firmware to detect fake STM32 chips
  139. - https://github.com/keirf/Greaseweazle/wiki/STM32-Fakes
  140. - Floppy Write: Fix for very short flux timings
  141. - Floppy Read: Fix for very long flux timings
  142. - USB: Small improvement to double-buffer logic
  143. ** v0.3 - 30 October 2019
  144. - Bootloader: Fix Programming-Jumper detection
  145. - Read Track: Various minor fixes
  146. - SCP: Fix the SCP file headers generated by "gw.py read"
  147. ** IMPORTANT USER INSTRUCTIONS **:
  148. - Users must serial-update using the v0.3 HEX file
  149. - DO NOT update from v0.2 using the UPD file
  150. - May need to install the crcmod package: eg "pip3 install crcmod"
  151. ** v0.2 - 29 October 2019
  152. - USB: Fix hangs during "gw.py read"
  153. - Thanks to Charlie Smurthwaite for telling me how to fix this!
  154. - USB: Improved bandwidth (double-buffered IN/OUT endpoints)
  155. - Reduces risk of buffer underflow/overflow during disk operations
  156. - Firmware Update: Requires a jumper across A14 (aka DCL) and GND
  157. - eg. "python gw.py update Greaseweazle-v0.2.upd COM3"
  158. ** v0.1 - 17 October 2019
  159. - First release