summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/pjrc-8051/defconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2008-08-16 18:39:46 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2008-08-16 18:39:46 +0000
commit985edf3ff326822d4c0d003dd0762641eb3eac43 (patch)
tree9ee3ba0a23a3c660076204af8b2a7fbf399c5ff2 /nuttx/configs/pjrc-8051/defconfig
parent4e4648ca282a68d80b60c66d3d65379f48412010 (diff)
NSH redirected output
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@823 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/pjrc-8051/defconfig')
-rw-r--r--nuttx/configs/pjrc-8051/defconfig11
1 files changed, 6 insertions, 5 deletions
diff --git a/nuttx/configs/pjrc-8051/defconfig b/nuttx/configs/pjrc-8051/defconfig
index 25fb881afb..154058ba7e 100644
--- a/nuttx/configs/pjrc-8051/defconfig
+++ b/nuttx/configs/pjrc-8051/defconfig
@@ -1,7 +1,7 @@
-############################################################
-# defconfig
+############################################################################
+# configs/pjrc-8051/defconfig
#
-# Copyright (C) 2007 Gregory Nutt. All rights reserved.
+# Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
#
# Redistribution and use in source and binary forms, with or without
@@ -14,7 +14,7 @@
# notice, this list of conditions and the following disclaimer in
# the documentation and/or other materials provided with the
# distribution.
-# 3. Neither the name Gregory Nutt nor the names of its contributors may be
+# 3. Neither the name NuttX nor the names of its contributors may be
# used to endorse or promote products derived from this software
# without specific prior written permission.
#
@@ -31,7 +31,7 @@
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.
#
-############################################################
+############################################################################
#
# Architecture selection
#
@@ -289,6 +289,7 @@ CONFIG_NET_RESOLV_ENTRIES=4
#
# Settings for examples/nsh
+CONFIG_EXAMPLES_NSH_CONSOLE=y
CONFIG_EXAMPLES_NSH_TELNET=n
CONFIG_EXAMPLES_NSH_IOBUFFER_SIZE=512
CONFIG_EXAMPLES_NSH_CMD_SIZE=40