summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3220g-eval/nxwm/defconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-29 14:13:04 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-29 14:13:04 +0000
commitf31bf9589ae92fde204cdb97e9e57b5a1f11d973 (patch)
tree6aaf796d9badf837309fab85bfcd77e79f3d12d1 /nuttx/configs/stm3220g-eval/nxwm/defconfig
parentec22796f1efef9a51fec0061cfdc3d9be81a9df0 (diff)
downloadnuttx-f31bf9589ae92fde204cdb97e9e57b5a1f11d973.tar.gz
nuttx-f31bf9589ae92fde204cdb97e9e57b5a1f11d973.tar.bz2
nuttx-f31bf9589ae92fde204cdb97e9e57b5a1f11d973.zip
Fix problem with ping that prevent ping from going outside local network (Darcy Gong)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5204 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm3220g-eval/nxwm/defconfig')
-rw-r--r--nuttx/configs/stm3220g-eval/nxwm/defconfig14
1 files changed, 13 insertions, 1 deletions
diff --git a/nuttx/configs/stm3220g-eval/nxwm/defconfig b/nuttx/configs/stm3220g-eval/nxwm/defconfig
index 7b7028cf8..83c2f4841 100644
--- a/nuttx/configs/stm3220g-eval/nxwm/defconfig
+++ b/nuttx/configs/stm3220g-eval/nxwm/defconfig
@@ -507,7 +507,7 @@ CONFIG_STMPE811_THRESHX=39
CONFIG_STMPE811_THRESHY=51
#
-# USB Device Configuration
+# STM32 USB OTG FS Device Configuration
#
CONFIG_USBDEV=n
CONFIG_USBDEV_ISOCHRONOUS=n
@@ -519,6 +519,18 @@ CONFIG_USBDEV_TRACE=n
CONFIG_USBDEV_TRACE_NRECORDS=128
#
+# STM32 USB OTG FS Host Configuration
+#
+CONFIG_USBHOST=n
+#CONFIG_STM32_OTGFS_RXFIFO_SIZE
+#CONFIG_STM32_OTGFS_NPTXFIFO_SIZE
+#CONFIG_STM32_OTGFS_PTXFIFO_SIZE
+#CONFIG_STM32_OTGFS_DESCSIZE
+CONFIG_STM32_OTGFS_SOFINTR=n
+CONFIG_STM32_USBHOST_REGDEBUG=n
+CONFIG_STM32_USBHOST_PKTDUMP=n
+
+#
# USB Serial Device Configuration
#
CONFIG_PL2303=n