Readme, changelog and version update

This commit is contained in:
Ross Owen
2023-06-14 12:58:51 +01:00
parent e812ca3e8b
commit 4528bed740
3 changed files with 20 additions and 10 deletions

View File

@@ -1,14 +1,24 @@
lib_xua Change Log lib_xua Change Log
================== ==================
UNRELEASED 3.5.0
---------- -----
* ADDED: Configurable word-length for I2S/TDM via XUA_I2S_N_BITS * ADDED: Configurable word-length for I2S/TDM via XUA_I2S_N_BITS
* FIXED: Memory corruption due to erroneous initialisation of mixer weights when not in use (#152) * ADDED: Support for statically defined custom HID descriptor
* CHANGED: Rearranged main() such that adding custom code that uses lib_xud
is possible
* FIXED: Memory corruption due to erroneous initialisation of mixer
weights when not in use (#152)
* FIXED: UserHostActive() not being called as expected (#326) * FIXED: UserHostActive() not being called as expected (#326)
* FIXED: Exception when entering DSD mode (#327) * FIXED: Exception when entering DSD mode (#327)
* Changes to dependencies:
- lib_spdif: 4.2.1 -> 5.0.0
- lib_xud: 2.2.2 -> 2.2.3
3.4.0 3.4.0
----- -----

View File

@@ -1,10 +1,8 @@
lib_xua lib_xua
####### #######
:Version: 3.4.0 :Version: 3.5.0
:Vendor: XMOS :Vendor: XMOS
:Scope: General Use :Scope: General Use
Summary Summary
@@ -41,9 +39,9 @@ Key features of the various components in this repository are as follows
- Synchronisation to external digital streams i.e. S/PDIF or ADAT (when in asynchronous mode) - Synchronisation to external digital streams i.e. S/PDIF or ADAT (when in asynchronous mode)
- I2S slave & master modes - I2S (slave/master modes with configurable word-length)
- TDM slave & master modes - TDM (slave/master modes with configurable word-length)
- MIDI input/output (Compliant to USB Class Specification for MIDI devices) - MIDI input/output (Compliant to USB Class Specification for MIDI devices)
@@ -53,6 +51,8 @@ Key features of the various components in this repository are as follows
- Simple playback controls via USB Human Interface Device (HID) Class - Simple playback controls via USB Human Interface Device (HID) Class
- Support for adding custom HID interfaces
Note, not all features may be supported at all sample frequencies, simultaneously or on all devices. Note, not all features may be supported at all sample frequencies, simultaneously or on all devices.
Some features may also require specific host driver support. Some features may also require specific host driver support.

View File

@@ -1,4 +1,4 @@
VERSION = 3.4.0 VERSION = 3.5.0
DEBUG ?= 0 DEBUG ?= 0