summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-17 20:25:27 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-17 20:25:27 +0000
commitd8ee4cfaf8afacfe8ff455900ed391af4f642888 (patch)
treed477c2d0bde57c71a78722de873a78b035357c75 /nuttx/Documentation
parent7a34357c62dd8c1910f444d37f80ed18425b7fad (diff)
downloadpx4-nuttx-d8ee4cfaf8afacfe8ff455900ed391af4f642888.tar.gz
px4-nuttx-d8ee4cfaf8afacfe8ff455900ed391af4f642888.tar.bz2
px4-nuttx-d8ee4cfaf8afacfe8ff455900ed391af4f642888.zip
Add exec_module
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1895 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation')
-rw-r--r--nuttx/Documentation/NuttX.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 1343756eb..68b3d4d81 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -8,7 +8,7 @@
<tr align="center" bgcolor="#e4e4e4">
<td>
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
- <p>Last Updated: June 16, 2009</p>
+ <p>Last Updated: June 17, 2009</p>
</td>
</tr>
</table>
@@ -1476,6 +1476,11 @@ nuttx-0.4.9 2009-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
via task_create().
* Use of C++ reserved word 'private' in C header files causes problems
for C++ that include them.
+ * Added 'binfmt' support to allow execution of programs in a file system,
+ binding to NuttX symbols. A custom format call NXFLAT is used; this
+ derives from http://xflat.sourceforge.net. At present is supports on
+ XIP execution from ROMFS file systems. Initial check-in is untested
+ and probably breaks many builds.
pascal-0.1.3 2009-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;