Add USB storage class driver

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1075 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2008-10-24 22:42:28 +00:00
parent 953a01d0f1
commit a6944dfe49
8 changed files with 5100 additions and 93 deletions
+3
View File
@@ -40,6 +40,9 @@ ifeq ($(CONFIG_USBDEV),y)
ifeq ($(CONFIG_USBSER),y)
USBDEV_CSRCS += usbdev_serial.c
endif
ifeq ($(CONFIG_USBSTRG),y)
USBDEV_CSRCS += usbdev_storage.c usbdev_scsi.c
endif
USBDEV_CSRCS += usbdev_trace.c
endif