RELEASE_NOTES 8.3 KB

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