Skip to content

v0.2.0

Compare
Choose a tag to compare
@nirenjan nirenjan released this 19 May 22:45
· 446 commits to master since this release
v0.2.0

First release of prebuilt package.

Changed

  • libx52_init now returns a libx52_error_code, and returns the
    libx52_device pointer in an output parameter.
  • All libx52 APIs now return a libx52_error_code indicating the error.
  • libx52 now checks the version of libusb and calls the appropriate method
    to set logging level.
  • x52test has an option to not sleep between consecutive calls to the libx52
    APIs.

Fixed

  • libx52_write_time handling of large timezone offsets.

Full Changelog: v0.1.2...v0.2.0