summaryrefslogtreecommitdiff
path: root/apps/nshlib/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-26 18:05:26 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-26 18:05:26 +0000
commit1caf0a84f85f55d2d34066797cd46ecea8c7627e (patch)
tree79d45d0fafaa9a0386e6c52ebcef2fc2d09233d4 /apps/nshlib/README.txt
parent43a2d9869b3d779403c65fa99a8ba820af57ffa9 (diff)
downloadnuttx-1caf0a84f85f55d2d34066797cd46ecea8c7627e.tar.gz
nuttx-1caf0a84f85f55d2d34066797cd46ecea8c7627e.tar.bz2
nuttx-1caf0a84f85f55d2d34066797cd46ecea8c7627e.zip
Add support for the USB trace cability in NSH when a USB console is used
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4774 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/nshlib/README.txt')
-rw-r--r--apps/nshlib/README.txt21
1 files changed, 14 insertions, 7 deletions
diff --git a/apps/nshlib/README.txt b/apps/nshlib/README.txt
index 42e831ddc..4f2a27239 100644
--- a/apps/nshlib/README.txt
+++ b/apps/nshlib/README.txt
@@ -935,13 +935,20 @@ NSH-Specific Configuration Settings
CONFIG_NSH_UBSDEV_MINOR
The minor device number of the USB device. Default: 0
- If USB tracing is enabled, then NSH will initialize USB
- tracing as requested by the following:
-
- CONFIG_NSH_UBSDEV_TRACEINIT
- Bit set with each bit enabling a trace option (see
- include/nuttx/usb/usbdev_trace.h). Default: Only USB errors
- are traced.
+ If USB tracing is enabled (CONFIG_USBDEV_TRACE), then NSH will
+ initialize USB tracing as requested by the following. Default:
+ Only USB errors are traced.
+
+ CONFIG_NSH_USBDEV_TRACEINIT
+ Show initialization events
+ CONFIG_NSH_USBDEV_TRACECLASS
+ Show class driver events
+ CONFIG_NSH_USBDEV_TRACETRANSFERS
+ Show data transfer events
+ CONFIG_NSH_USBDEV_TRACECONTROLLER
+ Show controller events
+ CONFIG_NSH_USBDEV_TRACEINTERRUPTS
+ Show interrupt-related events.
* CONFIG_NSH_CONDEV
If CONFIG_NSH_CONSOLE is set to 'y', then CONFIG_NSH_CONDEV