Skip to content

v7.3.0

Compare
Choose a tag to compare
@xross xross released this 19 Jun 18:13
· 566 commits to develop since this release
  • ADDED: Support for 12.288MHz 11.2896MHz to xcore.ai AppPLL master clock
    options
  • CHANGED: app_usb_aud_xk_316_mc: Respect XUA_I2S_N_BITS when configuring
    external audio hardware
  • 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)