Simple USBHost library for STM32F746NG Discovery board. Only either the Fastspeed or the Highspeed port can be used( not both together)

Dependents:   DISCO-F746NG_USB_Host

Fork of KL46Z-USBHost by Norimasa Okamoto

Revision:
24:5396b6a93262
Parent:
12:b91fdea8c0a7
--- a/USBHost/USBHostConf.h	Sun May 01 03:18:11 2016 +0000
+++ b/USBHost/USBHostConf.h	Mon Jun 13 17:21:07 2016 +0000
@@ -38,25 +38,11 @@
 */
 #define USBHOST_MSD                 1
 
-/*
-* Enable USBHostKeyboard
-*/
-#define USBHOST_KEYBOARD            1
 
 /*
-* Enable USBHostMouse
-*/
-#define USBHOST_MOUSE               1
-
-/*
-* Enable USBHostSerial or USBHostMultiSerial (if set > 1)
+* Enable USBHostMouseKeyboard
 */
-#define USBHOST_SERIAL              1
-
-/*
-* Enable USB3Gmodule
-*/
-#define USBHOST_3GMODULE            1 
+#define USBHOST_MOUSE_KEYBOARD               1
 
 /*
 * Maximum number of interfaces of a usb device