mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Extended USB serial test
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1025 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -485,6 +485,22 @@ CONFIG_EXAMPLES_NSH_FATSECTSIZE=512
|
|||||||
CONFIG_EXAMPLES_NSH_FATNSECTORS=1024
|
CONFIG_EXAMPLES_NSH_FATNSECTORS=1024
|
||||||
CONFIG_EXAMPLES_NSH_FATMOUNTPT=/tmp
|
CONFIG_EXAMPLES_NSH_FATMOUNTPT=/tmp
|
||||||
|
|
||||||
|
#
|
||||||
|
# Settings for examples/usbserial
|
||||||
|
#
|
||||||
|
# CONFIG_EXAMPLES_USBSERIAL_INONLY
|
||||||
|
# Only verify IN (device-to-host) data transfers. Default: both
|
||||||
|
# CONFIG_EXAMPLES_USBSERIAL_OUTONLY
|
||||||
|
# Only verify OUT (host-to-device) data transfers. Default: both
|
||||||
|
# CONFIG_EXAMPLES_USBSERIAL_ONLYSMALL
|
||||||
|
# Send only small, single packet messages. Default: Send large and small.
|
||||||
|
# CONFIG_EXAMPLES_USBSERIAL_ONLYBIG
|
||||||
|
# Send only large, multi-packet messages. Default: Send large and small.
|
||||||
|
CONFIG_EXAMPLES_USBSERIAL_INONLY=n
|
||||||
|
CONFIG_EXAMPLES_USBSERIAL_OUTONLY=n
|
||||||
|
CONFIG_EXAMPLES_USBSERIAL_ONLYSMALL=n
|
||||||
|
CONFIG_EXAMPLES_USBSERIAL_ONLYBIG=n
|
||||||
|
|
||||||
#
|
#
|
||||||
# Stack and heap information
|
# Stack and heap information
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user