The M3 Wildfire port is code complete and ready for test

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5125 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2012-09-10 22:26:37 +00:00
parent 84ec123a1e
commit 0fcb7e439a
15 changed files with 1341 additions and 71 deletions
+7 -6
View File
@@ -75,8 +75,7 @@ config USBDEV_DUALSPEED
bool "Enable high and full speed"
default n
---help---
Hardware handles high and full speed
operation (USB 2.0)
Hardware handles high and full speed operation (USB 2.0)
choice USBDEV_POWERED
prompt "Select USB device powered"
@@ -84,14 +83,12 @@ choice USBDEV_POWERED
config USBDEV_SELFPOWERED
bool "Self powerd"
---help---
Will cause USB features to indicate
that the device is self-powered
Will cause USB features to indicate that the device is self-powered
config USBDEV_BUSPOWERED
bool "Bus powerd"
---help---
Will cause USB features to indicate
that the device is self-powered
Will cause USB features to indicate that the device is self-powered
endchoice
@@ -450,6 +447,10 @@ config USBMSC_PRODUCTSTR
string "Mass stroage product string"
default "Mass stroage"
config USBMSC_VERSIONNO
hex "USB MSC Version Number"
default "0x399"
config USBMSC_REMOVABLE
bool "Mass stroage remove able"
default n