RELEASE_NOTES 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. ************************************
  2. ** Greaseweazle Release Notes
  3. ** Keir Fraser <keir.xen@gmail.com>
  4. ************************************
  5. ** v0.4 - 5 November 2019
  6. - Blinky: Diagnostic test firmware to detect fake STM32 chips
  7. - https://github.com/keirf/Greaseweazle/wiki/STM32-Fakes
  8. - Floppy Write: Fix for very short flux timings
  9. - Floppy Read: Fix for very long flux timings
  10. - USB: Small improvement to double-buffer logic
  11. ** v0.3 - 30 October 2019
  12. - Bootloader: Fix Programming-Jumper detection
  13. - Read Track: Various minor fixes
  14. - SCP: Fix the SCP file headers generated by "gw.py read"
  15. ** IMPORTANT USER INSTRUCTIONS **:
  16. - Users must serial-update using the v0.3 HEX file
  17. - DO NOT update from v0.2 using the UPD file
  18. - May need to install the crcmod package: eg "pip3 install crcmod"
  19. ** v0.2 - 29 October 2019
  20. - USB: Fix hangs during "gw.py read"
  21. - Thanks to Charlie Smurthwaite for telling me how to fix this!
  22. - USB: Improved bandwidth (double-buffered IN/OUT endpoints)
  23. - Reduces risk of buffer underflow/overflow during disk operations
  24. - Firmware Update: Requires a jumper across A14 (aka DCL) and GND
  25. - eg. "python gw.py update Greaseweazle-v0.2.upd COM3"
  26. ** v0.1 - 17 October 2019
  27. - First release