From 45659df160b30c6e668355c06849cf1a13e55cb6 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 11 Jul 2009 13:22:41 +0000 Subject: [PATCH] Add reference to NXFLAT interface git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1971 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttxUserGuide.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Documentation/NuttxUserGuide.html b/Documentation/NuttxUserGuide.html index 3fc63d6ad6..05fa44f142 100644 --- a/Documentation/NuttxUserGuide.html +++ b/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.

-

+

Executing Programs within a File System. + 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 + elsewhere. +

Task Control Interfaces. The following task control interfaces are provided by NuttX: