summaryrefslogtreecommitdiff
path: root/nuttx/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-07-22 10:58:30 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-07-22 10:58:30 +0000
commit63a87f110ec9538e5181c7d158bb624a3e424931 (patch)
treeec51249e31258a0d386dbeb14a83f1fa545f2de0 /nuttx/examples/README.txt
parent5fdc854a464808efaa652b2adb71682660097ced (diff)
downloadpx4-nuttx-63a87f110ec9538e5181c7d158bb624a3e424931.tar.gz
px4-nuttx-63a87f110ec9538e5181c7d158bb624a3e424931.tar.bz2
px4-nuttx-63a87f110ec9538e5181c7d158bb624a3e424931.zip
update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@778 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/README.txt')
-rw-r--r--nuttx/examples/README.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/examples/README.txt b/nuttx/examples/README.txt
index 8ea3fac6c..d7b46d924 100644
--- a/nuttx/examples/README.txt
+++ b/nuttx/examples/README.txt
@@ -141,4 +141,9 @@ examples/pashello
This is "Hello, World" implemented via the Pascal P-Code interpreter
+examples/pipe
+^^^^^^^^^^^^^
+
+A test of the mkfifo() and pipe() APIs.
+