diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index c2bc61cbb61..2d8b4722d7f 100644 --- a/Documentation/NuttShell.html +++ b/Documentation/NuttShell.html @@ -8,7 +8,7 @@
Last Updated: February 2, 2012
+Last Updated: March 6, 2012
CONFIG_NSH_CONSOLECONFIG_NSH_CONSOLE is set to y, then a serial
- console front-end is selected.
+
+ If CONFIG_NSH_CONSOLE is set to y, then a serial
+ console front-end is selected.
+
+ Normally, the serial console device is a UART and RS-232 interface.
+ However, if CONFIG_USBDEV is defined, then a USB serial device may, instead, be used if the one of the following are defined:
+
CONFIG_PL2303 and CONFIG_PL2303_CONSOLE.
+ Sets up the Prolifics PL2303 emulation as a console device at /dev/console.
+ CONFIG_CDCACM and CONFIG_CDCACM_CONSOLE.
+ Sets up the CDC/ACM serial device as a console device at /dev/console.
+