summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3220g-eval/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-29 17:41:43 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-29 17:41:43 +0000
commit4ab6aa6277637cc6f843576f76e69fbaebcc0bd7 (patch)
treed90f979ad9399dec4b848831cc6a97b81caae3c0 /nuttx/configs/stm3220g-eval/README.txt
parentd9124e9c61ffb51027645a4048f3aa24ab91c05d (diff)
downloadpx4-nuttx-4ab6aa6277637cc6f843576f76e69fbaebcc0bd7.tar.gz
px4-nuttx-4ab6aa6277637cc6f843576f76e69fbaebcc0bd7.tar.bz2
px4-nuttx-4ab6aa6277637cc6f843576f76e69fbaebcc0bd7.zip
Add USB host support to the STM32F4Discovery board
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5066 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm3220g-eval/README.txt')
-rw-r--r--nuttx/configs/stm3220g-eval/README.txt13
1 files changed, 9 insertions, 4 deletions
diff --git a/nuttx/configs/stm3220g-eval/README.txt b/nuttx/configs/stm3220g-eval/README.txt
index 64a86c4dd..bbd42cbc9 100644
--- a/nuttx/configs/stm3220g-eval/README.txt
+++ b/nuttx/configs/stm3220g-eval/README.txt
@@ -861,11 +861,16 @@ Where <subdir> is one of the following:
8. USB OTG FS Device or Host Support
CONFIG_USBDEV - Enable USB device support, OR
- CONFIG_USBHOST - Enable USB host support
+ CONFIG_USBHOST - Enable USB host support (but not both)
+
CONFIG_STM32_OTGFS - Enable the STM32 USB OTG FS block
- CONFIG_STM32_SYSCFG - Needed
- CONFIG_SCHED_WORKQUEUE - Worker thread support is required
-
+ CONFIG_STM32_SYSCFG - Needed for all USB OTF FS support
+
+ CONFIG_SCHED_WORKQUEUE - Worker thread support is required for the mass
+ storage class (both host and device).
+ CONFIG_NSH_ARCHINIT - Architecture specific USB initialization
+ is needed
+
9. This configuration requires that jumper JP22 be set to enable RS-232 operation.
nsh2: