summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxUserGuide.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-07-11 13:22:41 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-07-11 13:22:41 +0000
commitaa23189211765d52c42c4bd73fd7007bed71c3c4 (patch)
tree5ecb229bd45114a64c4120b3cc5adf443387e9e7 /nuttx/Documentation/NuttxUserGuide.html
parent211c987e7b635640082853c4b0c4f27bb657bc60 (diff)
downloadnuttx-aa23189211765d52c42c4bd73fd7007bed71c3c4.tar.gz
nuttx-aa23189211765d52c42c4bd73fd7007bed71c3c4.tar.bz2
nuttx-aa23189211765d52c42c4bd73fd7007bed71c3c4.zip
Add reference to NXFLAT interface
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1971 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttxUserGuide.html')
-rw-r--r--nuttx/Documentation/NuttxUserGuide.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttxUserGuide.html b/nuttx/Documentation/NuttxUserGuide.html
index 3fc63d6ad..05fa44f14 100644
--- a/nuttx/Documentation/NuttxUserGuide.html
+++ b/nuttx/Documentation/NuttxUserGuide.html
@@ -183,7 +183,12 @@ paragraphs.
thread. In this case, file operations will have effect only all pthreads the
were started from the same parent thread.
</p>
-<p>
+<p><b>Executing Programs within a File System</b>.
+ NuttX also provides internal interfaces for the execution of separately built
+ programs that reside in a file system.
+ These internal interfaces are, however, non-standard and are documented
+ <a href="NuttXNxFlat.html#binfmt">elsewhere</a>.
+<p><b>Task Control Interfaces</b>.
The following task control interfaces are provided by NuttX:
</p>
<ul>