diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index c601271c40..1a2a1da062 100644 --- a/Documentation/NuttShell.html +++ b/Documentation/NuttShell.html @@ -2218,13 +2218,28 @@ nsh>
- If USB tracing is enabled, then NSH will initialize USB tracing as requested by the following:
+ 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_UBSDEV_TRACEINIT
.
- Bit set with each bit enabling a trace option (see include/nuttx/usb/usbdev_trace.h
).
- 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.