Releases: xmos/lib_i2s
Releases · xmos/lib_i2s
v6.0.1
v6.0.0
- 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
- ADDED: Support for 10000 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
- 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.