Skip to content

v0.4.5

Compare
Choose a tag to compare
@github-actions github-actions released this 01 May 01:08
· 24 commits to main since this release
9b41be7

What's Changed

Only software part was changed. Firmware remains the same.

  • Handle device replies:
    Before sending command to device, software now reads from it to empty device buffer.
    After it sends command, it polls device until it returns some packet and checks if it matches with sent codes (ACK).
  • Improved software code comments, added Doxygen info.
  • Some USB related routines moved to dlusb_send() and dlusb_read() functions.
  • Handles USB comm buffer as packet struct now.
  • Other minor changes.
  • Shared file common/defs.h. Done via symlinks from project dirs to it's location. Git for Windows might cause every link to become individual file instead. Could be fixed by re-creating symlink with mklink tool.

Full Changelog: v0.4.4...v0.4.5