RELEASE_NOTES 12 KB

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