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
This commit is contained in:
parent
7543fc2b99
commit
50e87f5339
@ -689,7 +689,9 @@ STM3220G-EVAL-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
|
||||
==============
|
||||
|
||||
|
@ -1047,6 +1047,8 @@ CONFIG_USBDEV_TRACE_NRECORDS=128
|
||||
# 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.
|
||||
#
|
||||
CONFIG_USBHOST=n
|
||||
# ONFIG_STM32_OTGFS_RXFIFO_SIZE
|
||||
@ -1054,6 +1056,7 @@ CONFIG_USBHOST=n
|
||||
#CONFIG_STM32_OTGFS_PTXFIFO_SIZE
|
||||
CONFIG_STM32_OTGFS_SOFINTR=n
|
||||
CONFIG_STM32_USBHOST_REGDEBUG=n
|
||||
CONFIG_STM32_USBHOST_PKTDUMP=n
|
||||
|
||||
#
|
||||
# USB Serial Device Configuration
|
||||
|
@ -852,7 +852,9 @@ STM3240G-EVAL-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
|
||||
==============
|
||||
|
||||
|
@ -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
|
||||
==============
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user