diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a25c0058..b56f8eb0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,13 +1,34 @@ sc_usb_audio Change Log ======================= +6.18.1 +------ + - ADDED: Vendor Specific control interface added to UAC1 descriptors to allow control of + XVSM params from Windows (via lib_usb) + +6.18.0 +------ + - ADDED: Call to VendorRequests() and VendorRequests_Init() to Endpoint 0 + - ADDED: VENDOR_REQUESTS_PARAMS define to allow for custom parameters to VendorRequest calls + - RESOLVED: FIR gain compensation set appropriately in lib_mic_array usage + - CHANGE: i_dsp interface renamed i_audManage + +6.16.0 +------ + - ADDED: Call to UserBufferManagement() + - ADDED: PDM_MIC_INDEX in devicedefines.h and usage + - CHANGE: pdm_buffer() task now combinable + - CHANGE: Audio I/O task now takes i_dsp interface as a parameter + - CHANGE: Removed built-in support for A/U series internal ADC + - CHANGE: User PDM Microphone processing now uses an interface (previously function call) + 6.15.2 ------ - - RESOLVED: interrupt.h (used in audio buffering) now compatible with xCORE-200 ABI + - RESOLVED: interrupt.h (used in audio buffering) now compatible with xCORE-200 ABI 6.15.1 ------ - - RESOLVED: DAC data mis-alignment issue in TDM slave mode + - RESOLVED: DAC data mis-alignment issue in TDM/I2S slave mode - CHANGE: Updates to support API changes in lib_mic_array version 2.0 6.15.0 diff --git a/README.rst b/README.rst index 39906d19..3e501ac5 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ USB Audio Shared ................ -:Latest release: 6.15.2rc0 +:Latest release: 6.18.1alpha0 :Maintainer: xross :Description: USB Audio Shared Components. For use in the XMOS USB Audio Refererence Designs. diff --git a/module_dfu/.cproject b/module_dfu/.cproject index daca0c0a..4a5d77a6 100644 --- a/module_dfu/.cproject +++ b/module_dfu/.cproject @@ -156,8 +156,7 @@