From 1ce0cba3ab46be95d4a3e5e28f16fa0427c919aa Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Fri, 19 Jun 2015 16:03:56 +0100 Subject: [PATCH] Changelog updates --- CHANGELOG.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ebff6c9b..62a4d704 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,18 @@ sc_usb_audio Change Log ======================= +6.12.2 +------ + - RESOLVED: Reboot code (used for DFU) failure in tools versions > 14.0.2 (xCORE-200 only) + - RESOLVED: Run-time exception in mixer when MAX_MIX_COUNT > 0 (xCORE-200 only) + - RESOLVED: DFU now operational on xCORE-200 MC Audio board + - CHANGE: DFU code re-written to use an XC interface. The flash-part may now be connected + to a separate tile to the tile running USB code + - CHANGE: DFU code can now used quad-SPI flash + - CHANGE: Example xmos_dfu application now uses a list of PIDs to allow adding PIDs easier. + --listdevices command also added. + - CHANGE: I2S_CHANS_PER_FRAME and I2S_WIRES_xxx defines tidied + 6.12.1 ------ - RESOLVED: Fixes to TDM input timing/sample-alignment when BCLK=MCLK