summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/stm32f4discovery/nsh/defconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-29 17:41:43 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-29 17:41:43 +0000
commit7d834ad641ad6c35a3561596f56860ae214994ae (patch)
treed90f979ad9399dec4b848831cc6a97b81caae3c0 /nuttx/configs/stm32f4discovery/nsh/defconfig
parent64319d5b4fada128a541d5b38cd6f6372fcb4988 (diff)
Add USB host support to the STM32F4Discovery board
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5066 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/stm32f4discovery/nsh/defconfig')
-rw-r--r--nuttx/configs/stm32f4discovery/nsh/defconfig37
1 files changed, 36 insertions, 1 deletions
diff --git a/nuttx/configs/stm32f4discovery/nsh/defconfig b/nuttx/configs/stm32f4discovery/nsh/defconfig
index 427e59c16d..dede37af15 100644
--- a/nuttx/configs/stm32f4discovery/nsh/defconfig
+++ b/nuttx/configs/stm32f4discovery/nsh/defconfig
@@ -831,7 +831,7 @@ CONFIG_RTC_FREQUENCY=n
CONFIG_RTC_ALARM=n
#
-# USB Device Configuration
+# STM32 USB OTG FS Device Configuration
#
# CONFIG_USBDEV
# Enables USB device support
@@ -859,6 +859,41 @@ CONFIG_USBDEV_TRACE=n
CONFIG_USBDEV_TRACE_NRECORDS=128
#
+# STM32 USB OTG FS Host Configuration
+#
+# Pre-requisites
+#
+# CONFIG_USBHOST - Enable general USB host support
+# CONFIG_STM32_OTGFS - Enable the STM32 USB OTG FS block
+# CONFIG_STM32_SYSCFG - Needed
+# CONFIG_SCHED_WORKQUEUE - Worker thread support is required
+#
+# Options:
+#
+# CONFIG_STM32_OTGFS_RXFIFO_SIZE - Size of the RX FIFO in 32-bit words.
+# Default 128 (512 bytes)
+# CONFIG_STM32_OTGFS_NPTXFIFO_SIZE - Size of the non-periodic Tx FIFO
+# in 32-bit words. Default 96 (384 bytes)
+# CONFIG_STM32_OTGFS_PTXFIFO_SIZE - Size of the periodic Tx FIFO in 32-bit
+# words. Default 96 (384 bytes)
+# CONFIG_STM32_OTGFS_DESCSIZE - Maximum size of a descriptor. Default: 128
+# CONFIG_STM32_OTGFS_SOFINTR - Enable SOF interrupts. Why would you ever
+# want to do that?
+# CONFIG_STM32_USBHOST_REGDEBUG - Enable very low-level register access
+# debug. Depends on CONFIG_DEBUG.
+# CONFIG_STM32_USBHOST_PKTDUMP - Dump all incoming and outgoing USB
+# packets. Depends on CONFIG_DEBUG.
+#
+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 (Prolifics PL2303 emulation)
#
# CONFIG_PL2303