RELEASE_NOTES 12 KB

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