USB host library, support isochronous,bulk,interrupt and control.

Dependents:   BaseUsbHost_example BaseJpegDecode_example SimpleJpegDecode_example

Import programBaseUsbHost_example

BaseUsbHost example program

Revision:
3:ae77d63a1eda
Parent:
2:fe1e62051d88
Child:
4:d931d24c2f81
--- a/BaseUsbHostUvc.cpp	Tue Dec 11 15:26:54 2012 +0000
+++ b/BaseUsbHostUvc.cpp	Sun Jan 06 11:45:18 2013 +0000
@@ -17,7 +17,6 @@
             //DBG_ITD(itd);
             uint16_t frame = itd->Control & 0xffff;
             int fc = ((itd->Control>>24)&7)+1;
-            TEST_ASSERT(fc == m_isoEp->m_FrameCount);
             uint8_t* buf = const_cast<uint8_t*>(itd->buf); 
             int mps = m_isoEp->m_PacketSize;
             for(int i = 0; i < fc; i++) {