summaryrefslogtreecommitdiff
path: root/apps/nshlib/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-02-01 19:47:12 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-02-01 19:47:12 +0000
commit37259910ba73b71e4c32e5913e4d44c245c4502d (patch)
tree9b5b0a7b3d6180141c3f9d959b6c04647e4a6810 /apps/nshlib/README.txt
parent6d35541209058b86bda7b34e47fa28c8c959d365 (diff)
downloadnuttx-37259910ba73b71e4c32e5913e4d44c245c4502d.tar.gz
nuttx-37259910ba73b71e4c32e5913e4d44c245c4502d.tar.bz2
nuttx-37259910ba73b71e4c32e5913e4d44c245c4502d.zip
Use realine instead of fgets in several other places
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4357 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/nshlib/README.txt')
-rw-r--r--apps/nshlib/README.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/nshlib/README.txt b/apps/nshlib/README.txt
index fad1ac104..fbdf9178a 100644
--- a/apps/nshlib/README.txt
+++ b/apps/nshlib/README.txt
@@ -1047,3 +1047,11 @@ Common Problems
Make sure that the polled console is disabled in the OS configuration
file, .config. That file should have CONFIG_DEV_LOWCONSOLE=n for
NSH over serial.
+
+ Problem:
+ The function 'readline' is undefined.
+ Usual Cause:
+ The following is missing from your appconfig file:
+
+ CONFIGURED_APPS += system/readline
+