summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-20 15:01:50 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-20 15:01:50 -0600
commitc9dc40dc7348d137fa260c05395ad0c5f396d441 (patch)
tree9a3de167a5d1be1a9edbc11da5c05322eb6b65ae /nuttx/configs/stm3210e-eval
parent53287415d45ecb9402fe7d838e040c9309120a68 (diff)
downloadpx4-nuttx-c9dc40dc7348d137fa260c05395ad0c5f396d441.tar.gz
px4-nuttx-c9dc40dc7348d137fa260c05395ad0c5f396d441.tar.bz2
px4-nuttx-c9dc40dc7348d137fa260c05395ad0c5f396d441.zip
Change all occurrences of NxConsole to NxTerm
Diffstat (limited to 'nuttx/configs/stm3210e-eval')
-rw-r--r--nuttx/configs/stm3210e-eval/README.txt8
-rw-r--r--nuttx/configs/stm3210e-eval/nxterm/Make.defs (renamed from nuttx/configs/stm3210e-eval/nxconsole/Make.defs)2
-rw-r--r--nuttx/configs/stm3210e-eval/nxterm/defconfig (renamed from nuttx/configs/stm3210e-eval/nxconsole/defconfig)4
-rwxr-xr-xnuttx/configs/stm3210e-eval/nxterm/setenv.sh (renamed from nuttx/configs/stm3210e-eval/nxconsole/setenv.sh)2
4 files changed, 8 insertions, 8 deletions
diff --git a/nuttx/configs/stm3210e-eval/README.txt b/nuttx/configs/stm3210e-eval/README.txt
index 757cb20fd..c9baf20e2 100644
--- a/nuttx/configs/stm3210e-eval/README.txt
+++ b/nuttx/configs/stm3210e-eval/README.txt
@@ -898,10 +898,10 @@ Where <subdir> is one of the following:
c. Others could be similar configured: apps/examples/nxhello,
nximage, ...
- nxconsole:
+ nxterm:
----------
This is yet another NSH configuration. This NSH configuration differs
- from the other, however, in that it uses the NxConsole driver to host
+ from the other, however, in that it uses the NxTerm driver to host
the NSH shell.
NOTES:
@@ -923,12 +923,12 @@ Where <subdir> is one of the following:
CONFG_NX_MULTIUSER=y
CONFIG_DISABLE_MQUEUE=n
- The following definition in the defconfig file to enables the NxConsole
+ The following definition in the defconfig file to enables the NxTerm
driver:
CONFIG_NXTERM=y
- And this selects apps/examples/nxconsole instead of apps/examples/nsh:
+ And this selects apps/examples/nxterm instead of apps/examples/nsh:
CONFIG_EXAMPLES_NXTERM=y
diff --git a/nuttx/configs/stm3210e-eval/nxconsole/Make.defs b/nuttx/configs/stm3210e-eval/nxterm/Make.defs
index 923601e61..e667e6466 100644
--- a/nuttx/configs/stm3210e-eval/nxconsole/Make.defs
+++ b/nuttx/configs/stm3210e-eval/nxterm/Make.defs
@@ -1,5 +1,5 @@
############################################################################
-# configs/stm3210e-eval/nxconsole/Make.defs
+# configs/stm3210e-eval/nxterm/Make.defs
#
# Copyright (C) 2012 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
diff --git a/nuttx/configs/stm3210e-eval/nxconsole/defconfig b/nuttx/configs/stm3210e-eval/nxterm/defconfig
index 3ee3b99f8..122b1b8b9 100644
--- a/nuttx/configs/stm3210e-eval/nxconsole/defconfig
+++ b/nuttx/configs/stm3210e-eval/nxterm/defconfig
@@ -658,7 +658,7 @@ CONFIG_NXFONT_SANS23X27=y
CONFIG_NXTERM=y
#
-# NxConsole Output Text/Graphics Options
+# NxTerm Output Text/Graphics Options
#
CONFIG_NXTERM_BPP=16
CONFIG_NXTERM_CURSORCHAR=137
@@ -668,7 +668,7 @@ CONFIG_NXTERM_LINESEPARATION=0
# CONFIG_NXTERM_NOWRAP is not set
#
-# NxConsole Input options
+# NxTerm Input options
#
# CONFIG_NXTERM_NXKBDIN is not set
CONFIG_NXTERM_KBDBUFSIZE=16
diff --git a/nuttx/configs/stm3210e-eval/nxconsole/setenv.sh b/nuttx/configs/stm3210e-eval/nxterm/setenv.sh
index b0d409c60..0777732c2 100755
--- a/nuttx/configs/stm3210e-eval/nxconsole/setenv.sh
+++ b/nuttx/configs/stm3210e-eval/nxterm/setenv.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# configs/stm3210e-eval/nxconsole/setenv.sh
+# configs/stm3210e-eval/nxterm/setenv.sh
#
# Copyright (C) 2012 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>