Skip to content

Commit eb37914

Browse files
committed
first working version of usb host + msc
1 parent b626ed2 commit eb37914

10 files changed

+877
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#ifdef USBHOST
2+
3+
#include "usbh_msc.c"
4+
5+
#endif /* USBHOST */
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#ifdef USBHOST
2+
3+
#include "usbh_msc_bot.c"
4+
5+
#endif /* USBHOST */
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#ifdef USBHOST
2+
3+
#include "usbh_msc_scsi.c"
4+
5+
#endif /* USBHOST */
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#ifdef USBHOST
2+
3+
#include "usbh_core.c"
4+
5+
#endif /* USBHOST */
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#ifdef USBHOST
2+
3+
#include "usbh_ctlreq.c"
4+
5+
#endif /* USBHOST */
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#ifdef USBHOST
2+
3+
#include "usbh_ioreq.c"
4+
5+
#endif /* USBHOST */
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#ifdef USBHOST
2+
3+
#include "usbh_pipes.c"
4+
5+
#endif /* USBHOST */

0 commit comments

Comments
 (0)