summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32f4discovery
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-21 20:14:42 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-21 20:14:42 +0000
commit58a7ace0aba39add28e5b565657b1f4788ccbd57 (patch)
treeb6c6f09bb241692d6e373d294a77490f72f7fa6c /nuttx/configs/stm32f4discovery
parent9cfd924bbadfbf8501fde3a08545526d5d19a0b3 (diff)
downloadpx4-nuttx-58a7ace0aba39add28e5b565657b1f4788ccbd57.tar.gz
px4-nuttx-58a7ace0aba39add28e5b565657b1f4788ccbd57.tar.bz2
px4-nuttx-58a7ace0aba39add28e5b565657b1f4788ccbd57.zip
Several more bug fixes for STM32 OTG FS host driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5044 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm32f4discovery')
-rwxr-xr-xnuttx/configs/stm32f4discovery/README.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/configs/stm32f4discovery/README.txt b/nuttx/configs/stm32f4discovery/README.txt
index a1fe2c356..e7dc57353 100755
--- a/nuttx/configs/stm32f4discovery/README.txt
+++ b/nuttx/configs/stm32f4discovery/README.txt
@@ -905,7 +905,9 @@ STM32F4Discovery-specific Configuration Options
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.
+
Configurations
==============