MyUSBHost library

Dependencies:   FATFileSystem

Dependents:   PYRN

Fork of USBHost by mbed official

Files at this revision

API Documentation at this revision

Comitter:
clemounet
Date:
Thu Apr 02 08:57:01 2015 +0000
Parent:
30:d3b77affed28
Child:
32:79b6743d7dc5
Commit message:
My USBHOST stuffs

Changed in this revision

USBHost/dbg.h Show annotated file Show diff for this revision Revisions of this file
USBHost3GModule/WANDongle.cpp Show annotated file Show diff for this revision Revisions of this file
mbed-rtos.lib Show diff for this revision Revisions of this file
--- a/USBHost/dbg.h	Tue Mar 31 16:15:42 2015 +0100
+++ b/USBHost/dbg.h	Thu Apr 02 08:57:01 2015 +0000
@@ -18,7 +18,7 @@
 #define USB_DEBUG_H
 
 //Debug is disabled by default
-#define DEBUG 3 /*INFO,ERR,WARN*/
+#define DEBUG 5 /*INFO,ERR,WARN*/
 #define DEBUG_TRANSFER 0
 #define DEBUG_EP_STATE 0
 #define DEBUG_EVENT 0
--- a/USBHost3GModule/WANDongle.cpp	Tue Mar 31 16:15:42 2015 +0100
+++ b/USBHost3GModule/WANDongle.cpp	Thu Apr 02 08:57:01 2015 +0000
@@ -100,7 +100,7 @@
             }
             else if ((dev->getVid() == m_pInitializer->getMSDVid()) && (dev->getPid() == m_pInitializer->getMSDPid()))
             {
-              USB_DBG("Vodafone K3370 dongle detected in MSD mode");
+              USB_DBG("Dongle detected in MSD mode");
               //Try to switch
               if( m_pInitializer->switchMode(dev) )
               {
--- a/mbed-rtos.lib	Tue Mar 31 16:15:42 2015 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-http://mbed.org/users/mbed_official/code/mbed-rtos/#29007aef10a4