summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d3x-ek
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-07 10:12:02 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-07 10:12:02 -0600
commit41f052cc7b494d198e5bcb662790c1c1102c5dfb (patch)
tree34e36a41bb604d7869c5b97b2693528875dec51e /nuttx/configs/sama5d3x-ek
parenta565e702360db5afd59864a83f6f922b7e8817de (diff)
downloadpx4-nuttx-41f052cc7b494d198e5bcb662790c1c1102c5dfb.tar.gz
px4-nuttx-41f052cc7b494d198e5bcb662790c1c1102c5dfb.tar.bz2
px4-nuttx-41f052cc7b494d198e5bcb662790c1c1102c5dfb.zip
Fix warnings in USB MSC when compiled for a high speed device; also fix USB MSC default VID/PID configuration
Diffstat (limited to 'nuttx/configs/sama5d3x-ek')
-rw-r--r--nuttx/configs/sama5d3x-ek/demo/defconfig8
1 files changed, 6 insertions, 2 deletions
diff --git a/nuttx/configs/sama5d3x-ek/demo/defconfig b/nuttx/configs/sama5d3x-ek/demo/defconfig
index 85eb8da94..e3362f2b6 100644
--- a/nuttx/configs/sama5d3x-ek/demo/defconfig
+++ b/nuttx/configs/sama5d3x-ek/demo/defconfig
@@ -443,9 +443,9 @@ CONFIG_USBMSC_NWRREQS=4
CONFIG_USBMSC_NRDREQS=4
CONFIG_USBMSC_BULKINREQLEN=512
CONFIG_USBMSC_BULKOUTREQLEN=512
-CONFIG_USBMSC_VENDORID=0x00
+CONFIG_USBMSC_VENDORID=0x584e
CONFIG_USBMSC_VENDORSTR="Nuttx"
-CONFIG_USBMSC_PRODUCTID=0x00
+CONFIG_USBMSC_PRODUCTID=0x5342
CONFIG_USBMSC_PRODUCTSTR="Mass Storage"
CONFIG_USBMSC_VERSIONNO=0x399
# CONFIG_USBMSC_REMOVABLE is not set
@@ -640,6 +640,10 @@ CONFIG_EXAMPLES_USBMSC_DEVPATH2="/dev/mmcsd1"
CONFIG_EXAMPLES_USBMSC_DEVMINOR3=2
CONFIG_EXAMPLES_USBMSC_DEVPATH3="/dev/mmcsd2"
# CONFIG_EXAMPLES_USBMSC_DEBUGMM is not set
+CONFIG_EXAMPLES_USBMSC_CMD_STACKSIZE=768
+CONFIG_EXAMPLES_USBMSC_CMD_PRIORITY=100
+CONFIG_EXAMPLES_USBMSC_DAEMON_STACKSIZE=2048
+CONFIG_EXAMPLES_USBMSC_DAEMON_PRIORITY=100
# CONFIG_EXAMPLES_USBTERM is not set
# CONFIG_EXAMPLES_WATCHDOG is not set