summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/lm3s6965-ek/nsh
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-02-01 19:07:57 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-02-01 19:07:57 +0000
commit8816b2ebd77577e233ea1aa0b5bd0b86ca22be91 (patch)
tree058c4031d3edf80d524112e76c6da2bdc0be8e5c /nuttx/configs/lm3s6965-ek/nsh
parentb9b690f86845f0d2a3844e8955e2662afbbaeca3 (diff)
Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use readline instead of fgets in NSH
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4356 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/lm3s6965-ek/nsh')
-rw-r--r--nuttx/configs/lm3s6965-ek/nsh/appconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/configs/lm3s6965-ek/nsh/appconfig b/nuttx/configs/lm3s6965-ek/nsh/appconfig
index 507d2eaa3b..4dbbc3bb75 100644
--- a/nuttx/configs/lm3s6965-ek/nsh/appconfig
+++ b/nuttx/configs/lm3s6965-ek/nsh/appconfig
@@ -1,8 +1,8 @@
############################################################################
# configs/lm3s6965-ek/nsh/appconfig
#
-# Copyright (C) 2011 Gregory Nutt. All rights reserved.
-# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+# Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
+# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
@@ -39,6 +39,7 @@ CONFIGURED_APPS += examples/nsh
# NSH library
+CONFIGURED_APPS += system/readline
CONFIGURED_APPS += nshlib
# Networking support