RELEASE_NOTES 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. ************************************
  2. ** Greaseweazle Release Notes
  3. ** Keir Fraser <keir.xen@gmail.com>
  4. ************************************
  5. ** v0.5 - 11 November 2019
  6. - USB: Overhaul the protocol and allow writes to be terminated at index
  7. - Terminate-at-index is always used by current Python control script
  8. - Terminate-at-index prevents an over-long write from overwriting itself
  9. - Fix interruption of track writes (eg. KeyboardInterrupt)
  10. - gw.py: New option --adjust-speed to normalise flux times for target drive
  11. - Measures RPM of the target drive and calculates an adjustment factor
  12. ** v0.4 - 5 November 2019
  13. - Blinky: Diagnostic test firmware to detect fake STM32 chips
  14. - https://github.com/keirf/Greaseweazle/wiki/STM32-Fakes
  15. - Floppy Write: Fix for very short flux timings
  16. - Floppy Read: Fix for very long flux timings
  17. - USB: Small improvement to double-buffer logic
  18. ** v0.3 - 30 October 2019
  19. - Bootloader: Fix Programming-Jumper detection
  20. - Read Track: Various minor fixes
  21. - SCP: Fix the SCP file headers generated by "gw.py read"
  22. ** IMPORTANT USER INSTRUCTIONS **:
  23. - Users must serial-update using the v0.3 HEX file
  24. - DO NOT update from v0.2 using the UPD file
  25. - May need to install the crcmod package: eg "pip3 install crcmod"
  26. ** v0.2 - 29 October 2019
  27. - USB: Fix hangs during "gw.py read"
  28. - Thanks to Charlie Smurthwaite for telling me how to fix this!
  29. - USB: Improved bandwidth (double-buffered IN/OUT endpoints)
  30. - Reduces risk of buffer underflow/overflow during disk operations
  31. - Firmware Update: Requires a jumper across A14 (aka DCL) and GND
  32. - eg. "python gw.py update Greaseweazle-v0.2.upd COM3"
  33. ** v0.1 - 17 October 2019
  34. - First release