From 54c26602b86acb9dee6d18e6795a25da60300b96 Mon Sep 17 00:00:00 2001 From: Sam Chesney Date: Fri, 29 Aug 2014 14:38:54 +0100 Subject: [PATCH 1/2] Disable XUD STATUS notifications for iAP EA Native IN endpoint for now, to avoid lockup --- module_usb_audio/main.xc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module_usb_audio/main.xc b/module_usb_audio/main.xc index 19468478..8666c2da 100755 --- a/module_usb_audio/main.xc +++ b/module_usb_audio/main.xc @@ -222,7 +222,7 @@ XUD_EpType epTypeTableIn[ENDPOINT_COUNT_IN] = { XUD_EPTYPE_CTL | XUD_STATUS_ENAB XUD_EPTYPE_BUL | XUD_STATUS_ENABLE, #endif #ifdef IAP_EA_NATIVE_TRANS - XUD_EPTYPE_BUL | XUD_STATUS_ENABLE, + XUD_EPTYPE_BUL /*| XUD_STATUS_ENABLE*/, #endif #endif }; From 2f51ee286c387631e23258d5a1f702c7da754da3 Mon Sep 17 00:00:00 2001 From: Sam Chesney Date: Fri, 29 Aug 2014 16:13:33 +0100 Subject: [PATCH 2/2] 'Release: 6.8.0alpha1' --- README.rst | 2 +- module_dfu/.cproject | 18 +++--------------- module_usb_audio/.cproject | 9 ++++++--- xpd.xml | 5 +++-- 4 files changed, 13 insertions(+), 21 deletions(-) diff --git a/README.rst b/README.rst index d698b6db..ea394da9 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ USB Audio Shared ................ -:Latest release: 6.8.0alpha0 +:Latest release: 6.8.0alpha1 :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 bb778c83..da068095 100644 --- a/module_dfu/.cproject +++ b/module_dfu/.cproject @@ -156,11 +156,7 @@