Usb read

Dependencies:   FATFileSystem

Fork of F401RE-USBHost by Norimasa Okamoto

Files at this revision

API Documentation at this revision

Comitter:
va009039
Date:
Sun May 01 03:18:11 2016 +0000
Parent:
22:b0d0930bf9d0
Commit message:
add ST-Nucleo-F446RE

Changed in this revision

FATFileSystem.lib Show annotated file Show diff for this revision Revisions of this file
USBHost/USBHALHost.h Show annotated file Show diff for this revision Revisions of this file
USBHost/USBHALHost2_F401RE.cpp Show annotated file Show diff for this revision Revisions of this file
USBHost/USBHALHost_F401RE.cpp Show annotated file Show diff for this revision Revisions of this file
USBHostC270/CamInfo.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/FATFileSystem.lib	Wed Nov 25 07:45:17 2015 +0900
+++ b/FATFileSystem.lib	Sun May 01 03:18:11 2016 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/FATFileSystem/#b3b3370574cf
+http://mbed.org/users/mbed_official/code/FATFileSystem/#b3b3370574cf
--- 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"
--- a/USBHost/USBHALHost2_F401RE.cpp	Wed Nov 25 07:45:17 2015 +0900
+++ b/USBHost/USBHALHost2_F401RE.cpp	Sun May 01 03:18:11 2016 +0000
@@ -1,4 +1,4 @@
-#if defined(TARGET_NUCLEO_F401RE)||defined(TARGET_NUCLEO_F411RE)
+#if defined(TARGET_NUCLEO_F401RE)||defined(TARGET_NUCLEO_F411RE)||defined(TARGET_NUCLEO_F446RE)
 #include "USBHALHost.h"
 
 // usbh_conf.c
--- a/USBHost/USBHALHost_F401RE.cpp	Wed Nov 25 07:45:17 2015 +0900
+++ b/USBHost/USBHALHost_F401RE.cpp	Sun May 01 03:18:11 2016 +0000
@@ -1,4 +1,4 @@
-#if defined(TARGET_NUCLEO_F401RE)||defined(TARGET_NUCLEO_F411RE)
+#if defined(TARGET_NUCLEO_F401RE)||defined(TARGET_NUCLEO_F411RE)||defined(TARGET_NUCLEO_F446RE)
 #include "USBHALHost.h"
 #include <algorithm>
 
--- a/USBHostC270/CamInfo.cpp	Wed Nov 25 07:45:17 2015 +0900
+++ b/USBHostC270/CamInfo.cpp	Sun May 01 03:18:11 2016 +0000
@@ -38,7 +38,7 @@
 
 #define C210_PID 0x819
 #define C210_INFO(SIZE) {C270_VID, C210_PID, _##SIZE, 0, \
-    "C270", \
+    "C210", \
     C270_MJPEG, \
     C270_##SIZE, \
     _5FPS, \