summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3240g-eval/nxwm
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-30 18:18:47 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-30 18:18:47 +0000
commitf9d19788072090be80b71ab0d0de14507a6e739b (patch)
treef7dfca660fab0bed8af87f1a97ee43354bd97eac /nuttx/configs/stm3240g-eval/nxwm
parent7b13fdf0152c49dc131313a795c373de3b5af50d (diff)
downloadpx4-nuttx-f9d19788072090be80b71ab0d0de14507a6e739b.tar.gz
px4-nuttx-f9d19788072090be80b71ab0d0de14507a6e739b.tar.bz2
px4-nuttx-f9d19788072090be80b71ab0d0de14507a6e739b.zip
Add USB host support for the STM3240G-EVAL board
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5069 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm3240g-eval/nxwm')
-rw-r--r--nuttx/configs/stm3240g-eval/nxwm/defconfig14
1 files changed, 13 insertions, 1 deletions
diff --git a/nuttx/configs/stm3240g-eval/nxwm/defconfig b/nuttx/configs/stm3240g-eval/nxwm/defconfig
index 3dd410263..9f93fbf27 100644
--- a/nuttx/configs/stm3240g-eval/nxwm/defconfig
+++ b/nuttx/configs/stm3240g-eval/nxwm/defconfig
@@ -520,7 +520,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
@@ -532,6 +532,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