summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32f4discovery/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/stm32f4discovery/README.txt')
-rwxr-xr-xnuttx/configs/stm32f4discovery/README.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/nuttx/configs/stm32f4discovery/README.txt b/nuttx/configs/stm32f4discovery/README.txt
index 84f562d56..c2a269de3 100755
--- a/nuttx/configs/stm32f4discovery/README.txt
+++ b/nuttx/configs/stm32f4discovery/README.txt
@@ -1066,6 +1066,19 @@ Where <subdir> is one of the following:
you can still use certain kinds of debug output (see include/debug.h, all
of the interfaces based on lib_lowprintf will work in this configuration).
+ 8. USB OTG FS Device or Host Support
+
+ CONFIG_USBDEV - Enable USB device support, OR
+ CONFIG_USBHOST - Enable USB host support (but not both)
+
+ CONFIG_STM32_OTGFS - Enable the STM32 USB OTG FS block
+ 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
+
nxlines:
------
An example using the NuttX graphics system (NX). This example focuses on