mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user