summaryrefslogtreecommitdiff
path: root/apps/examples/README.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-20 14:51:48 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-20 14:51:48 -0600
commit53287415d45ecb9402fe7d838e040c9309120a68 (patch)
treeae5e824c5bd264e67ad80d84a34753e64be3409b /apps/examples/README.txt
parent919f57e16e3a7319cf7d05c9342bf79c393381a0 (diff)
downloadnuttx-53287415d45ecb9402fe7d838e040c9309120a68.tar.gz
nuttx-53287415d45ecb9402fe7d838e040c9309120a68.tar.bz2
nuttx-53287415d45ecb9402fe7d838e040c9309120a68.zip
Rename all occurences of NxConsole to NxTerm
Diffstat (limited to 'apps/examples/README.txt')
-rw-r--r--apps/examples/README.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/examples/README.txt b/apps/examples/README.txt
index b91cf7615..a20fc80ff 100644
--- a/apps/examples/README.txt
+++ b/apps/examples/README.txt
@@ -808,11 +808,11 @@ examples/nx
CONFIG_DISABLE_PTHREAD=n
CONFIG_NX_BLOCKING=y
-examples/nxconsole
+examples/nxterm
^^^^^^^^^^^^^^^^^^
This directory contains yet another version of the NuttShell (NSH). This
- version uses the NX console device defined in include/nuttx/nx/nxconsole.h
+ version uses the NX console device defined in include/nuttx/nx/nxterm.h
for output. the result is that the NSH input still come from the standard
console input (probably a serial console). But the text output will go to
an NX winbdow. Prerequisite configuration settings for this test include:
@@ -864,10 +864,10 @@ examples/nxconsole
CONFIG_EXAMPLES_NXCON_DEVNAME -- The quoated, full path to the
NX console device corresponding to CONFIG_EXAMPLES_NXCON_MINOR.
Default: "/dev/nxcon0"
- CONFIG_EXAMPLES_NXTERM_PRIO - Priority of the NxConsole task.
+ CONFIG_EXAMPLES_NXTERM_PRIO - Priority of the NxTerm task.
Default: SCHED_PRIORITY_DEFAULT
CONFIG_EXAMPLES_NXTERM_STACKSIZE - Stack size allocated for the
- NxConsole task. Default: 2048
+ NxTerm task. Default: 2048
The following configuration settings determine how to set up the NX
server (CONFIG_NX_MULTIUSER):