RELEASE_NOTES 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. ************************************
  2. ** Greaseweazle Release Notes
  3. ** Keir Fraser <keir.xen@gmail.com>
  4. ************************************
  5. ** v0.16 - 15 May 2020
  6. - F7 Firmware: Enable over-drive voltage mode
  7. - Required for reliable 216MHz operation (see datasheet)
  8. - Bootloader update:
  9. - 'gw.py update --bootloader' updates the bootloader
  10. - Not normally required
  11. - Failure may brick the Weazle and require full reflash: Take care!
  12. - Update build system to work with Windows MinGW environment
  13. ** v0.15 - 5 May 2020
  14. - Host tool improvements:
  15. - IPF: More robust conversion to raw flux for writeout
  16. - HFE: Fix crash when writing out HFE from third party tools
  17. - F7 Firmware improvements:
  18. - Preparation for High Speed USB (future board using 730Z8 MCU)
  19. - Enable Instruction and Data caches (10x execution speedup)
  20. - Various improvements to bandwidth as reported by 'gw.py bandwidth'
  21. ** v0.14 - 29 April 2020
  22. - IPF: Full write support (weak data, index misalignment)
  23. - New GW commands: bandwidth, erase
  24. - bandwidth: Measure USB read/write bandwidth
  25. - erase: Erase a disk
  26. - F7 USB: Improved bandwidth when writing to disk
  27. - Much less likely to see FluxUnderflow failures
  28. - update: Fix a bug which could fail to reopen the GW device for update
  29. - update: Automatically find the update file if filename not specified
  30. - Control script: Tidier notification of errors (no scary backtrace)
  31. ** v0.13 - 25 April 2020
  32. - HFE: Read & write support
  33. - IPF: Preliminary write support
  34. - Requires SPS/CAPS support library. See the wiki.
  35. - Weak data not yet supported (RNC "Protect Process" protection, & others)
  36. - Write splice is always rotated to the index (affects Speedlock & others)
  37. - Also TODO: Verified writes
  38. - USB: Use the VID:PID pair assigned to Greaseweazle (1201:4d69)
  39. - New prerequisite: 'bitarray' module. See the wiki.
  40. ** v0.12 - 10 March 2020
  41. - GW Autodetect: General improvements, and now works on Windows 7
  42. - New read parameter --double-step to double-step drive heads
  43. - Useful for reading a 40-cylinder disk in an 80-cylinder drive
  44. - New 'pin' command allows a floppy pin to be set to specified level
  45. - Currently supported only for pin 2 (DENSEL)
  46. - New 'reset' command resets the Greaseweazle to power-on settings
  47. - Motors off, drives deselected, power-on pin levels and delay values
  48. ** v0.11 - 21 January 2020
  49. - GW.py: Auto-detect the COM/serial port device name
  50. - The device argument is now optional!
  51. - USB: Provide a serial-id string to the host
  52. - Identifier is unique to each Greaseweazle device
  53. - Allows disambiguation between multiple Greaseweazle devices
  54. - Recommended: Full flash from HEX file (embeds serial in bootloader)
  55. - Ubuntu: Udev script now creates a /dev/greaseweazle symlink
  56. ** v0.10 - 17 January 2020
  57. - STM32F7xx: Multi-drive support via drive-select config option
  58. - Up to three Shugart drives or two IBM/PC drives
  59. - gw.py read|write --drive {a,b,0,1,2}
  60. - See the "Drive Select" wiki page
  61. ** v0.9 - 7 January 2020
  62. - Activity LED
  63. - Lights while a USB-issued command is in progress
  64. - Flashes when enumerated but idle in the firmware-update bootloader
  65. ** v0.8 - 6 January 2020
  66. - STM32F73xx: Various Fixes and Improvements
  67. - Allow Firmware Update mode to be forced via strapping Serial RX/TX
  68. - Fix bogus sample values at start of read flux values
  69. - Fix some time constants to be in units of the sample clock
  70. - USB: Advertise USB 2.0 device descriptor
  71. ** v0.7 - 6 December 2019
  72. - USB: Fix end-of-stream detection on track writes
  73. - Writes of empty/unformatted tracks sometimes hung forever
  74. - No Flux Area: Firmware automatically masters long NFAs during track writes
  75. - Generating no flux transitions does not read back as a NFA
  76. - STM32F73xx: Initial support for new STM32 MCU
  77. - Two HEX files are included: Use Greaseweazle-F1-* for existing boards!
  78. - Single unified UPD file containing both firmware images
  79. ** v0.6 - 15 November 2019
  80. - gw.py: Big overhaul of underlying Python package
  81. - Action (read, write, update) must come first on the command line
  82. - eg. "python3 gw.py read --ecyl=39 foo.scp COM3"
  83. - gw.py: New action "delays" to print/set delay parameters
  84. - eg. "python3 gw.py delays --step=10000" to increase step time to 10ms
  85. ** v0.5 - 11 November 2019
  86. - USB: Overhaul the protocol and allow writes to be terminated at index
  87. - Terminate-at-index is always used by current Python control script
  88. - Terminate-at-index prevents an over-long write from overwriting itself
  89. - Fix interruption of track writes (eg. KeyboardInterrupt)
  90. - gw.py: New option --adjust-speed to normalise flux times for target drive
  91. - Measures RPM of the target drive and calculates an adjustment factor
  92. ** v0.4 - 5 November 2019
  93. - Blinky: Diagnostic test firmware to detect fake STM32 chips
  94. - https://github.com/keirf/Greaseweazle/wiki/STM32-Fakes
  95. - Floppy Write: Fix for very short flux timings
  96. - Floppy Read: Fix for very long flux timings
  97. - USB: Small improvement to double-buffer logic
  98. ** v0.3 - 30 October 2019
  99. - Bootloader: Fix Programming-Jumper detection
  100. - Read Track: Various minor fixes
  101. - SCP: Fix the SCP file headers generated by "gw.py read"
  102. ** IMPORTANT USER INSTRUCTIONS **:
  103. - Users must serial-update using the v0.3 HEX file
  104. - DO NOT update from v0.2 using the UPD file
  105. - May need to install the crcmod package: eg "pip3 install crcmod"
  106. ** v0.2 - 29 October 2019
  107. - USB: Fix hangs during "gw.py read"
  108. - Thanks to Charlie Smurthwaite for telling me how to fix this!
  109. - USB: Improved bandwidth (double-buffered IN/OUT endpoints)
  110. - Reduces risk of buffer underflow/overflow during disk operations
  111. - Firmware Update: Requires a jumper across A14 (aka DCL) and GND
  112. - eg. "python gw.py update Greaseweazle-v0.2.upd COM3"
  113. ** v0.1 - 17 October 2019
  114. - First release