summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3220g-eval/README.txt
diff options
context:
space:
mode:
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: