Skip to content

Commit

Permalink
Changelog update and version bump (#171)
Browse files Browse the repository at this point in the history
* Changelog update and version bump
  • Loading branch information
xross authored Jun 19, 2023
1 parent 06f121a commit 3a725b6
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 2 deletions.
42 changes: 42 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,48 @@
sw_usb_audio Change Log
=======================

7.3.0
-----

* CHANGE: app_usb_aud_xk_316_mc: Respect XUA_I2S_N_BITS when configuring
external audio hardware
* ADDED: Support for 12.288MHz 11.2896MHz to xcore.ai AppPLL master clock
options
* FIXED: app_usb_aud_xk_316_mc: DAC settings not configured when sample
rate is lower than 48kHz

* Changes to dependencies:

- lib_spdif: 4.2.1 -> 5.0.1

+ FIXED: Reinstated graceful handling of bad sample-rate/master-clock
pair
+ CHANGED: Updated examples for new XK-AUDIO-316-MC board
+ CHANGED: Updated transmit to simplified implementation (note, no
longer supports XS1 based devices)
+ CHANGED: Removed headers SpdifReceive.h and SpdifTransmit.h. Users
should include spdif.h

- lib_xua: 3.4.0 -> 3.5.0

+ ADDED: Configurable word-length for I2S/TDM via XUA_I2S_N_BITS
+ ADDED: Support for statically defined custom HID descriptor
+ CHANGED: Rearranged main() such that adding custom code that uses
lib_xud is possible
+ CHANGED: bNumConfigurations changed from 2 to 1, removing a
work-around to stop old Windows versions loading the composite driver
+ FIXED: Memory corruption due to erroneous initialisation of mixer
weights when not in use (#152)
+ FIXED: UserHostActive() not being called as expected (#326)
+ FIXED: Exception when entering DSD mode (#327)

- lib_xud: 2.2.2 -> 2.2.3

+ FIXED: XUD_UserSuspend() and XUD_UserResume now properly marked as
weak symbols (#374)
+ FIXED: Incorrect time reference used during device attach process
(#367)

7.2.0
-----

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
XMOS USB Audio 2.0 Reference Design README
##########################################

:Version: 7.2.0
:Version: 7.3.0
:Vendor: XMOS


Expand Down
2 changes: 1 addition & 1 deletion shared/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#define BCD_DEVICE_J (7)
#endif
#ifndef BCD_DEVICE_M
#define BCD_DEVICE_M (1)
#define BCD_DEVICE_M (3)
#endif
#ifndef BCD_DEVICE_N
#define BCD_DEVICE_N (0)
Expand Down

0 comments on commit 3a725b6

Please sign in to comment.