RELEASE_NOTES 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. ************************************
  2. ** Greaseweazle Release Notes
  3. ** Keir Fraser <keir.xen@gmail.com>
  4. ************************************
  5. ** v0.8 - 6 January 2020
  6. - STM32F73xx: Various Fixes and Improvements
  7. - Allow Firmware Update mode to be forced via strapping Serial RX/TX
  8. - Fix bogus sample values at start of read flux values
  9. - Fix some time constants to be in units of the sample clock
  10. - USB: Advertise USB 2.0 device descriptor
  11. ** v0.7 - 6 December 2019
  12. - USB: Fix end-of-stream detection on track writes
  13. - Writes of empty/unformatted tracks sometimes hung forever
  14. - No Flux Area: Firmware automatically masters long NFAs during track writes
  15. - Generating no flux transitions does not read back as a NFA
  16. - STM32F73xx: Initial support for new STM32 MCU
  17. - Two HEX files are included: Use Greaseweazle-F1-* for existing boards!
  18. - Single unified UPD file containing both firmware images
  19. ** v0.6 - 15 November 2019
  20. - gw.py: Big overhaul of underlying Python package
  21. - Action (read, write, update) must come first on the command line
  22. - eg. "python3 gw.py read --ecyl=39 foo.scp COM3"
  23. - gw.py: New action "delays" to print/set delay parameters
  24. - eg. "python3 gw.py delays --step=10000" to increase step time to 10ms
  25. ** v0.5 - 11 November 2019
  26. - USB: Overhaul the protocol and allow writes to be terminated at index
  27. - Terminate-at-index is always used by current Python control script
  28. - Terminate-at-index prevents an over-long write from overwriting itself
  29. - Fix interruption of track writes (eg. KeyboardInterrupt)
  30. - gw.py: New option --adjust-speed to normalise flux times for target drive
  31. - Measures RPM of the target drive and calculates an adjustment factor
  32. ** v0.4 - 5 November 2019
  33. - Blinky: Diagnostic test firmware to detect fake STM32 chips
  34. - https://github.com/keirf/Greaseweazle/wiki/STM32-Fakes
  35. - Floppy Write: Fix for very short flux timings
  36. - Floppy Read: Fix for very long flux timings
  37. - USB: Small improvement to double-buffer logic
  38. ** v0.3 - 30 October 2019
  39. - Bootloader: Fix Programming-Jumper detection
  40. - Read Track: Various minor fixes
  41. - SCP: Fix the SCP file headers generated by "gw.py read"
  42. ** IMPORTANT USER INSTRUCTIONS **:
  43. - Users must serial-update using the v0.3 HEX file
  44. - DO NOT update from v0.2 using the UPD file
  45. - May need to install the crcmod package: eg "pip3 install crcmod"
  46. ** v0.2 - 29 October 2019
  47. - USB: Fix hangs during "gw.py read"
  48. - Thanks to Charlie Smurthwaite for telling me how to fix this!
  49. - USB: Improved bandwidth (double-buffered IN/OUT endpoints)
  50. - Reduces risk of buffer underflow/overflow during disk operations
  51. - Firmware Update: Requires a jumper across A14 (aka DCL) and GND
  52. - eg. "python gw.py update Greaseweazle-v0.2.upd COM3"
  53. ** v0.1 - 17 October 2019
  54. - First release