summaryrefslogtreecommitdiff
path: root/nuttx/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-18 19:46:25 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-18 19:46:25 +0000
commit058e81edfdee203f2143b3f0910aa957a7f8da48 (patch)
tree4842491d56251e5499f2838ee303bd752d518e12 /nuttx/examples/README.txt
parent529a1cf7339541eaee3d189a3b97d9c544ba7810 (diff)
downloadpx4-nuttx-058e81edfdee203f2143b3f0910aa957a7f8da48.tar.gz
px4-nuttx-058e81edfdee203f2143b3f0910aa957a7f8da48.tar.bz2
px4-nuttx-058e81edfdee203f2143b3f0910aa957a7f8da48.zip
Move NSH to apps/ as library
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3393 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/README.txt')
-rw-r--r--nuttx/examples/README.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/examples/README.txt b/nuttx/examples/README.txt
index 534530d52..83b0c5667 100644
--- a/nuttx/examples/README.txt
+++ b/nuttx/examples/README.txt
@@ -132,10 +132,10 @@ examples/netttest
examples/nsh
^^^^^^^^^^^^
- This directory contains the NuttShell (NSH). This is a simple
- shell application. With some additional development, NSH will
- someday be a great NuttX application debugger. NSH is described
- in its own README located at examples/nsh/README.txt
+ This directory provides an example of how to configure and use
+ the NuttShell (NSH) application. NSH is a simple shell
+ application. NSH is described in its own README located at
+ apps/nshlib/README.txt
examples/nx
^^^^^^^^^^^