summaryrefslogtreecommitdiff
path: root/nuttx/configs/ntosd-dm320/ostest/defconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-30 00:52:03 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-30 00:52:03 +0000
commit862e22d0a973966aa12fa2bae11cbffe515f87a6 (patch)
treecfbdce80737b8297718eae492538accd3b836251 /nuttx/configs/ntosd-dm320/ostest/defconfig
parent3b65f2108550083f6e3f4c814c5051914c5d6998 (diff)
downloadpx4-nuttx-862e22d0a973966aa12fa2bae11cbffe515f87a6.tar.gz
px4-nuttx-862e22d0a973966aa12fa2bae11cbffe515f87a6.tar.bz2
px4-nuttx-862e22d0a973966aa12fa2bae11cbffe515f87a6.zip
Add usb trace capability
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@963 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/ntosd-dm320/ostest/defconfig')
-rw-r--r--nuttx/configs/ntosd-dm320/ostest/defconfig76
1 files changed, 76 insertions, 0 deletions
diff --git a/nuttx/configs/ntosd-dm320/ostest/defconfig b/nuttx/configs/ntosd-dm320/ostest/defconfig
index 3e4c44c6f..ecb23733f 100644
--- a/nuttx/configs/ntosd-dm320/ostest/defconfig
+++ b/nuttx/configs/ntosd-dm320/ostest/defconfig
@@ -313,6 +313,82 @@ CONFIG_NET_DHCP_LIGHT=n
CONFIG_NET_RESOLV_ENTRIES=4
#
+# USB Device Configuration
+#
+# CONFIG_USBDEV
+# Enables USB device support
+# CONFIG_USBDEV_ISOCHRONOUS
+# Build in extra support for isochronous endpoints
+# CONFIG_USBDEV_DUALSPEED
+# Hardware handles high and full speed operation (USB 2.0)
+# CONFIG_USBDEV_SELFPOWERED
+# Will cause USB features to indicate that the device is
+# self-powered
+# CONFIG_USBDEV_MAXPOWER
+# Maximum power consumption in mA
+# CONFIG_USBDEV_TRACE
+# Enables USB tracing for debug
+# CONFIG_USBDEV_TRACE_NRECORDS
+# Number of trace entries to remember
+CONFIG_USBDEV=n
+CONFIG_USBDEV_ISOCHRONOUS=n
+CONFIG_USBDEV_DUALSPEED=n
+CONFIG_USBDEV_SELFPOWERED=y
+CONFIG_USBDEV_MAXPOWER=100
+CONFIG_USBDEV_TRACE=n
+CONFIG_USBDEV_TRACE_NRECORDS=128
+
+#
+# DM320 USB Configuration
+#
+# CONFIG_DM320_GIO_USBATTACH
+# GIO that detects USB attach/detach events
+# CONFIG_DM320_GIO_USBDPPULLUP
+# GIO
+# CONFIG_DMA320_USBDEV_DMA
+# Enable DM320-specific DMA support
+CONFIG_DM320_GIO_USBATTACH=6
+CONFIG_DM320_GIO_USBDPPULLUP=17
+CONFIG_DM320_VENDORID=0xd320
+CONFIG_DM320_PRODUCTID=0x3211
+CONFIG_DM320_USBDEV_DMA=n
+
+#
+# USB Serial Device Configuration
+#
+# CONFIG_USBSERIAL_EPOUT
+# CONFIG_USBSERIAL_EPIN
+# CONFIG_USBSERIAL_NWRREQS
+# The number of write requests that can be in flight
+# CONFIG_USBSERIAL_NRDREQS
+# The number of read requests that can be in flight
+# CONFIG_USBSERIAL_RXBUFSIZE
+# Size of the serial receive buffer
+# CONFIG_USBSERIAL_TXBUFSIZE
+# Size of the serial transmit buffer
+# CONFIG_USBSER_VENDORID
+# The vendor ID code
+# CONFIG_USBSER_PRODUCTID
+# The product ID code
+CONFIG_USBSERIAL_EPOUT=1
+CONFIG_USBSERIAL_EPIN=2
+CONFIG_USBSERIAL_NWRREQS=4
+CONFIG_USBSERIAL_NRDREQS=4
+CONFIG_USBSER_VENDORID=0x0525
+CONFIG_USBSER_PRODUCTID=0xa4a6
+CONFIG_USBSERIAL_RXBUFSIZE=512
+CONFIG_USBSERIAL_TXBUFSIZE=512
+
+#
+# USB Device Zero Configuration
+# CONFIG_USBSER_VENDORID
+# The vendor ID code
+# CONFIG_USBSER_PRODUCTID
+# The product ID code
+CONFIG_USBZERO_VENDORID=0x0525
+CONFIG_USBZERO_PRODUCTID=0xa4a0
+
+#
# Settings for examples/uip
CONFIG_EXAMPLE_UIP_IPADDR=(10<<24|0<<16|0<<8|2)
CONFIG_EXAMPLE_UIP_DRIPADDR=(10<<24|0<<16|0<<8|1)