From 4ab6aa6277637cc6f843576f76e69fbaebcc0bd7 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 29 Aug 2012 17:41:43 +0000 Subject: 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 --- nuttx/configs/stm3220g-eval/README.txt | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'nuttx/configs/stm3220g-eval/README.txt') 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 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: -- cgit v1.2.3