Skip to content

Releases: rtlabs-com/i-link

v1.0.0 (public)

19 May 12:33

Choose a tag to compare

Summary

  • Publication release

New features

  • Allow samples to build against installed library
  • Support for arm64 builds on Linux
  • Support for FTDI SPI builds on Windows
  • Restructure sample application to better align with its intended use
  • Support for v1.1.3 MSEQ types and SMI interface

Fixes

  • Avoid warnings on startup due to spurious wake up interrupts
  • Avoid reading extra byte from empty fifo on MAX14819
  • Make sure reset of DL layer on link loss is handled thread safe
  • Make sure DL layer and PL layer agree on master cycle time

Other changes

  • CMake project has been renamed to ILink from old IOLINKMaster
  • Move SPI/IRQ initialization inside drivers
  • Improve logging structure
  • Improve performance of FTDI based SPI

v0.1.1 (public)

19 May 12:31

Choose a tag to compare

Summary

  • Feature and bugfix release with improved documentation

New features

  • Support for modern rt-kernels with unified driver handling
  • Control transmit enable via SPI (MAX14819)
  • Allow single ports to fail without taking down stack
  • Support for 8 channels in samples (MAX14819)
  • Support for multiple chips in samples (MAX14819)
  • Add initial support for FTDI based access (MAX14819EVK)

Fixes

  • Correction for address sizes for DL_Read/WriteParam
  • Correction for out of bounds read in Linux IRQ abstraction
  • Correction for race conditions when executing in SMP environments
  • Support for devices which lack serial number
  • Correction for configuration of 1.0 level devices
  • Support for devices that indicate deprecated MSEQ 2.6

v0.1.0 (public)

19 May 12:29

Choose a tag to compare

Summary

  • First release of I-Link stack with V1.1.2 conformance