Merge branch '6V3_DEV' of git://git/apps/sc_usb_audio into 6V3_DEV

This commit is contained in:
Sam Chesney
2013-11-27 18:31:26 +00:00
3 changed files with 517 additions and 519 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -124,8 +124,6 @@ void VendorAudioRequestsInit(chanend c_audioControl, chanend ?c_mix_ctl, chanend
void Endpoint0( chanend c_ep0_out, chanend c_ep0_in, chanend c_audioControl,
chanend ?c_mix_ctl, chanend ?c_clk_ctl, chanend ?c_usb_test)
{
unsigned char buffer[2];
USB_SetupPacket_t sp;
XUD_ep ep0_out = XUD_InitEp(c_ep0_out);
XUD_ep ep0_in = XUD_InitEp(c_ep0_in);

View File

@@ -1,9 +1,9 @@
<?xml version="1.0" ?>
<xpd>
<description>USB Audio Shared Components. For use in the XMOS USB Audio Refererence Designs.</description>
<location>ssh://git@github.com:22/xcore/sc_usb_audio.git</location>
<location>git://git/apps/sc_usb_audio</location>
<name>USB Audio Shared Components</name>
<vendor>XMOS</vendor>
<xpd_version>1.0</xpd_version>
<git_export>False</git_export>
</xpd>
</xpd>