RELEASE_NOTES 6.7 KB

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