Skip to content

Commit 8e29acf

Browse files
committed
first working version of usb host + msc
1 parent ac1d03e commit 8e29acf

File tree

10 files changed

+877
-0
lines changed

10 files changed

+877
-0
lines changed
Lines changed: 5 additions & 0 deletions
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 */
Lines changed: 5 additions & 0 deletions
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 */
Lines changed: 5 additions & 0 deletions
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 */
Lines changed: 5 additions & 0 deletions
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 */
Lines changed: 5 additions & 0 deletions
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 */
Lines changed: 5 additions & 0 deletions
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 */
Lines changed: 5 additions & 0 deletions
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)