RELEASE_NOTES 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  1. ************************************
  2. ** Greaseweazle Firmware Release Notes
  3. ** Keir Fraser <keir.xen@gmail.com>
  4. ************************************
  5. ** v1.4 - 22 July 2023
  6. - New board type: V4.1 (AT32F4xx, USB-C)
  7. ** v1.3 - 18 February 2023
  8. - AT32F403A: Run this MCU at 216MHz in main firmware
  9. - USB: Implement GET_STATUS(DEVICE) as required by USB spec
  10. - This fixes repeated USB resets on some Linux hosts
  11. - Blinky test: Fix serial baud rate (115200)
  12. ** v1.2 - 18 July 2022
  13. - Support AT32F403A MCU on F1 and V4 boards
  14. - Send MCU info to host (reported in 'gw info')
  15. ** v1.1 - 27 February 2022
  16. - V4: External Activity LED can be connected to pin TXO
  17. - TXO-RXI jumper still forces update mode
  18. - TXO still used for serial logging in debug firmware builds
  19. - GetPin: Report on all pins also supported by SetPin
  20. - ReadFlux: Don't report missing index if read is not index-terminated
  21. - GetInfo: New sub-pages CurrentDrive and Drive_n
  22. - Report motor, cylinder#, and flippy drive status
  23. ** v1.0 - 26 December 2021
  24. - Firmware is now released separately from the host tools
  25. - No firmware changes since v0.31 (apart from the version bump)
  26. -------------------------------------------------------------------------
  27. All versions below include firmware and host tools in a combined release.
  28. ** v0.33 - 14 December 2021
  29. - Support high-density Amiga images (1760kB ADF)
  30. - IPF: Automatic write verification
  31. - New format specifiers for Acorn DFS and ADFS
  32. - New image handlers for Acorn: ADS, ADM, ADL, SSD, DSD
  33. ** v0.32 - 14 December 2021
  34. - New format specifiers for IBM, Atari ST and Commodore 1581
  35. - New image handlers for *.ST and *.D81
  36. ** v0.31 - 8 October 2021
  37. - F1: Support Low-Density STM32F103C6 chips, 32k Flash, 10k SRAM
  38. - V4: Increase USB buffer size from 16kB to 64kB
  39. ** v0.30 - 12 August 2021
  40. - New board type: V4 Slim (AT32F403 MCU, laptop drive interface)
  41. - F7 Slim: Support Disk Change Detect (used by WinUAE floppy bridge)
  42. ** v0.29 - 29 July 2021
  43. - gw read/write: Fix memory leak, reducing memory usage by approx 10x
  44. - gw bandwidth: Test USB connection integrity
  45. - New board type: F1 Plus (Unbuffered)
  46. ** v0.28 - 22 June 2021
  47. - V4: Improve USB bandwidth and double MCU clock speed to 144MHz
  48. - Fixes "gw bandwidth" warnings
  49. - Firmware: New command CMD_NOCLICK_STEP.
  50. - Used by Rob Smith's WinUAE bridge to implement noclick
  51. - "gw pin": Split into "gw pin set" and "gw pin get"
  52. ** v0.27 - 12 May 2021
  53. - EDSK: Support writing KBI-19 protection tracks
  54. - EDSK: Support next IDAM in preceding sector's GAP
  55. - gw seek: New option --motor-on to enable drive motor while seeking
  56. - New firmware command: CMD_GET_PIN to interrogate input floppy pins
  57. - New board type: V4 (using AT32F4xx MCUs)
  58. - New board type: F1 Plus (enhanced BP adapter board by Monideth Pen)
  59. ** v0.26 - 26 March 2021
  60. - Support new Greaseweazle model: F7 v3 "Thunderbolt"
  61. - EDSK: Support for writing many protected EDSK files
  62. - Windows 7: Disable jumperless firmware update as it hangs.
  63. - Default head-step delay is doubled to 10ms.
  64. ** v0.25 - 27 February 2021
  65. - EDSK: Support for writing unprotected EDSK files
  66. - SCP: Allow disktype header byte to be specified (eg "a.scp::disktype=amiga")
  67. - SCP: Fix import of non-index-cued SCP imnage files
  68. - AmigaDOS: Mark bad sectors with explicit pattern "-=[BAD SECTOR]=-"
  69. - read/write: Add a --retries parameter used if analyse/verify stage fails
  70. - clean: New command to clean a drive using a cleaning disk
  71. - gw: New global option --time to print elapsed time taken by an operation
  72. - gw: Improve reliability of USB connection reset when starting an operation
  73. - flippy: Improve reliability for Panasonic modded drives (find true trk0)
  74. - Linux/Mac: setup.sh better error reporting when run from wrong folder
  75. ** v0.24 - 14 January 2021
  76. - Index-cue generated Kryoflux and SCP image files
  77. - Most external tools and emulators fail with non-cued streams
  78. - gw write: New precomp command-line option (see the wiki)
  79. - gw: Backward compatibility with older firmware (only back to v0.23)
  80. - Safer bootloader update (CRC check before erasing existing bootloader)
  81. ** v0.23 - 13 January 2021
  82. - Support new Greaseweazle model: F7 Slim
  83. - Read/write/verify 1.44M IMG image files
  84. - Read/write Kryoflux stream files
  85. - Optimisations:
  86. - Rewrite read/verify conversion routines in C
  87. - Fast Amiga track reads (now read an Amiga disk in approx 45 seconds)
  88. - Shrink the Windows distribution zip file
  89. - GW: New track-selection syntax ("--track="). See the wiki.
  90. ** v0.22 - 27 November 2020
  91. - Support read and write of Amiga ADF image files
  92. - Increase /STEP pulse width to 15us (fix 5.25" drive seek for Arno Olaf)
  93. - Flippy drives: support 'gw seek' down to track -8
  94. - Revised USB protocol
  95. ** v0.21 - 10 September 2020
  96. - Support new Greaseweazle model: F7 Lightning Plus
  97. - Fixes for older drives
  98. - 50us index mask, avoid double triggering on the index signal
  99. - Increase default head-step delay to 5ms
  100. - Windows: Install the CAPS/SPS IPF library automatically
  101. - New command 'gw seek' to seek to specified drive cylinder
  102. - New syntax for specifying Greaseweazle device name on command line
  103. - eg 'gw read --device COM3 a.scp'
  104. ** v0.20 - 1 July 2020
  105. - gw write: New options --erase-empty and --double-step
  106. - gw update: Fix COM redetect on Windows running Bitdefender
  107. - Support version 2 of Ant Goffart's F7 Plus
  108. - SCP: support legacy single-sided SCP images
  109. - Automatic import; Export via ::legacy_ss suffix
  110. - eg. gw read --single-sided my.scp::legacy_ss
  111. - SCP: support SCP image files generated by FluxEngine
  112. ** v0.19 - 8 June 2020
  113. - F7 v2: Support for the new board design
  114. - gw update: Signature and CRC validation checks
  115. - gw read: Fix end-track field in single-sided SCP images
  116. ** v0.18 - 28 May 2020
  117. - gw read: New parameters --rate and --rpm
  118. - rate: Bitcell data rate in kbit/s (eg 250=DD 500=HD)
  119. - Used only for HFE images right now, where default is DD (250)
  120. - rpm: Normalise track timings to the given RPM value
  121. - This occurs before any other conversion or analysis
  122. - gw info: New command to display information about the Greaseweazle setup
  123. - gw bandwidth: Improved stats output
  124. - SCP: Fix single-sided image handling according to latest SCP spec.
  125. - Operates correctly with latest beta version of HxC software
  126. - F7: Support new board designs
  127. - AmberTronic F7 Plus: Kryoflux form factor, output buffers, 12v supply
  128. - F7 Lightning: High Speed USB, output buffers
  129. ** v0.17 - 19 May 2020
  130. - Windows: New self-contained executable distribution
  131. - No need to install Python, or module dependencies
  132. - Mac, Linux: Main script is directly executable
  133. - No need to manually invoke the Python interpreter
  134. - GW host tool: Help-text description for each available action
  135. ** v0.16 - 15 May 2020
  136. - F7 Firmware: Enable over-drive voltage mode
  137. - Required for reliable 216MHz operation (see datasheet)
  138. - Bootloader update:
  139. - 'gw.py update --bootloader' updates the bootloader
  140. - Not normally required
  141. - Failure may brick the Weazle and require full reflash: Take care!
  142. - Update build system to work with Windows MinGW environment
  143. ** v0.15 - 5 May 2020
  144. - Host tool improvements:
  145. - IPF: More robust conversion to raw flux for writeout
  146. - HFE: Fix crash when writing out HFE from third party tools
  147. - F7 Firmware improvements:
  148. - Preparation for High Speed USB (future board using 730Z8 MCU)
  149. - Enable Instruction and Data caches (10x execution speedup)
  150. - Various improvements to bandwidth as reported by 'gw.py bandwidth'
  151. ** v0.14 - 29 April 2020
  152. - IPF: Full write support (weak data, index misalignment)
  153. - New GW commands: bandwidth, erase
  154. - bandwidth: Measure USB read/write bandwidth
  155. - erase: Erase a disk
  156. - F7 USB: Improved bandwidth when writing to disk
  157. - Much less likely to see FluxUnderflow failures
  158. - update: Fix a bug which could fail to reopen the GW device for update
  159. - update: Automatically find the update file if filename not specified
  160. - Control script: Tidier notification of errors (no scary backtrace)
  161. ** v0.13 - 25 April 2020
  162. - HFE: Read & write support
  163. - IPF: Preliminary write support
  164. - Requires SPS/CAPS support library. See the wiki.
  165. - Weak data not yet supported (RNC "Protect Process" protection, & others)
  166. - Write splice is always rotated to the index (affects Speedlock & others)
  167. - Also TODO: Verified writes
  168. - USB: Use the VID:PID pair assigned to Greaseweazle (1209:4d69)
  169. - New prerequisite: 'bitarray' module. See the wiki.
  170. ** v0.12 - 10 March 2020
  171. - GW Autodetect: General improvements, and now works on Windows 7
  172. - New read parameter --double-step to double-step drive heads
  173. - Useful for reading a 40-cylinder disk in an 80-cylinder drive
  174. - New 'pin' command allows a floppy pin to be set to specified level
  175. - Currently supported only for pin 2 (DENSEL)
  176. - New 'reset' command resets the Greaseweazle to power-on settings
  177. - Motors off, drives deselected, power-on pin levels and delay values
  178. ** v0.11 - 21 January 2020
  179. - GW.py: Auto-detect the COM/serial port device name
  180. - The device argument is now optional!
  181. - USB: Provide a serial-id string to the host
  182. - Identifier is unique to each Greaseweazle device
  183. - Allows disambiguation between multiple Greaseweazle devices
  184. - Recommended: Full flash from HEX file (embeds serial in bootloader)
  185. - Ubuntu: Udev script now creates a /dev/greaseweazle symlink
  186. ** v0.10 - 17 January 2020
  187. - STM32F7xx: Multi-drive support via drive-select config option
  188. - Up to three Shugart drives or two IBM/PC drives
  189. - gw.py read|write --drive {a,b,0,1,2}
  190. - See the "Drive Select" wiki page
  191. ** v0.9 - 7 January 2020
  192. - Activity LED
  193. - Lights while a USB-issued command is in progress
  194. - Flashes when enumerated but idle in the firmware-update bootloader
  195. ** v0.8 - 6 January 2020
  196. - STM32F73xx: Various Fixes and Improvements
  197. - Allow Firmware Update mode to be forced via strapping Serial RX/TX
  198. - Fix bogus sample values at start of read flux values
  199. - Fix some time constants to be in units of the sample clock
  200. - USB: Advertise USB 2.0 device descriptor
  201. ** v0.7 - 6 December 2019
  202. - USB: Fix end-of-stream detection on track writes
  203. - Writes of empty/unformatted tracks sometimes hung forever
  204. - No Flux Area: Firmware automatically masters long NFAs during track writes
  205. - Generating no flux transitions does not read back as a NFA
  206. - STM32F73xx: Initial support for new STM32 MCU
  207. - Two HEX files are included: Use Greaseweazle-F1-* for existing boards!
  208. - Single unified UPD file containing both firmware images
  209. ** v0.6 - 15 November 2019
  210. - gw.py: Big overhaul of underlying Python package
  211. - Action (read, write, update) must come first on the command line
  212. - eg. "python3 gw.py read --ecyl=39 foo.scp COM3"
  213. - gw.py: New action "delays" to print/set delay parameters
  214. - eg. "python3 gw.py delays --step=10000" to increase step time to 10ms
  215. ** v0.5 - 11 November 2019
  216. - USB: Overhaul the protocol and allow writes to be terminated at index
  217. - Terminate-at-index is always used by current Python control script
  218. - Terminate-at-index prevents an over-long write from overwriting itself
  219. - Fix interruption of track writes (eg. KeyboardInterrupt)
  220. - gw.py: New option --adjust-speed to normalise flux times for target drive
  221. - Measures RPM of the target drive and calculates an adjustment factor
  222. ** v0.4 - 5 November 2019
  223. - Blinky: Diagnostic test firmware to detect fake STM32 chips
  224. - https://github.com/keirf/greaseweazle/wiki/STM32-Fakes
  225. - Floppy Write: Fix for very short flux timings
  226. - Floppy Read: Fix for very long flux timings
  227. - USB: Small improvement to double-buffer logic
  228. ** v0.3 - 30 October 2019
  229. - Bootloader: Fix Programming-Jumper detection
  230. - Read Track: Various minor fixes
  231. - SCP: Fix the SCP file headers generated by "gw.py read"
  232. ** IMPORTANT USER INSTRUCTIONS **:
  233. - Users must serial-update using the v0.3 HEX file
  234. - DO NOT update from v0.2 using the UPD file
  235. - May need to install the crcmod package: eg "pip3 install crcmod"
  236. ** v0.2 - 29 October 2019
  237. - USB: Fix hangs during "gw.py read"
  238. - Thanks to Charlie Smurthwaite for telling me how to fix this!
  239. - USB: Improved bandwidth (double-buffered IN/OUT endpoints)
  240. - Reduces risk of buffer underflow/overflow during disk operations
  241. - Firmware Update: Requires a jumper across A14 (aka DCL) and GND
  242. - eg. "python gw.py update Greaseweazle-v0.2.upd COM3"
  243. ** v0.1 - 17 October 2019
  244. - First release