Skip to content

Releases: xmos/lib_i2s

v6.0.1

12 Nov 17:49

Choose a tag to compare

  • CHANGED: Documentation update
  • Changes to dependencies:
    • lib_xassert: 4.3.0 -> 4.3.1

v6.0.0

10 Oct 14:42
1faa6d0

Choose a tag to compare

  • REMOVED: Support for XS1 - Please design with xcore.ai for new projects
  • REMOVED: I2S non "frame" API (superseded by more efficient frame versions)
  • CHANGED: Use XCommon-CMake and use in examples/tests
  • CHANGED: Examples ported to XK-AUDIO-316-MC board (was XK-AUDIO-216-MC)
  • CHANGED: Examples use lib_board_support instead of custom hardware setup
  • Changes to dependencies:
    • lib_xassert: 4.2.0 -> 4.3.0

v5.1.0

23 Feb 12:54
4373580

Choose a tag to compare

  • ADDED: Support for XCommon CMake build system
  • RESOLVED: Added missing shutdown feature to i2s_frame_slave
  • FIXED: Allow input and output ports in the 4-bit port implementation to be nullable
  • FIXED: Behaviour of the restart_check() callback function in the example applications
  • REMOVED: Unused dependency lib_logging
  • ADDED: Frame synch error field in i2s_config_t for I2S slave
  • Changes to dependencies:
    • lib_logging: Removed dependency
    • lib_xassert: 2.0.0 -> 4.2.0

v5.0.0

21 Mar 12:59
1ad5499

Choose a tag to compare

  • ADDED: Support for I2S data lengths less than 32 bit.
  • ADDED: Implementation allowing use of a 4-bit port for up to 4 simultaneous
    streaming inputs or outputs.

v4.3.0

07 May 08:51
673a955

Choose a tag to compare

  • CHANGED: Use XMOS Public Licence Version 1

v4.2.0

19 Mar 12:23
9c521d0

Choose a tag to compare

  • ADDED: Support for XS3 architecture

v4.1.1

08 Oct 10:46
c14e00f

Choose a tag to compare

  • CHANGED: Pin Python package versions
  • REMOVED: not necessary cpanfile

v4.1.0

08 Oct 10:44

Choose a tag to compare

  • ADDED: Frame based I2S master that needs the bit clock to be set up externally.
  • REMOVED: I2S_BCLOCK_FROM_XCORE and I2S_XCORE_BLOCK_DIV optional #ifdefs