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:
23:4ab8bc835303
Parent:
19:47978c25c9b8
Child:
24:5396b6a93262
--- a/USBHost/USBHALHost.h	Wed Nov 25 07:45:17 2015 +0900
+++ b/USBHost/USBHALHost.h	Sun May 01 03:18:11 2016 +0000
@@ -15,7 +15,7 @@
     }
 };
 
-#if defined(TARGET_NUCLEO_F401RE)||defined(TARGET_NUCLEO_F411RE)
+#if defined(TARGET_NUCLEO_F401RE)||defined(TARGET_NUCLEO_F411RE)||defined(TARGET_NUCLEO_F446RE)
 #include "USBHALHost_F401RE.h"
 #elif defined(TARGET_KL46Z)||defined(TARGET_KL25Z)||defined(TARGET_K64F)
 #include "USBHALHost_KL46Z.h"