summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-02 18:47:32 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-02 18:47:32 +0000
commitdfbe9c1eb3d9fd172e7020f0e77be1dcd78079ab (patch)
tree43e0f79944df5ab8ace7c6dbde0838d8ddcf1717 /nuttx/Documentation
parentdd2673f8ec1cb07aae5e94c44eaf1118491a8d64 (diff)
downloadpx4-nuttx-dfbe9c1eb3d9fd172e7020f0e77be1dcd78079ab.tar.gz
px4-nuttx-dfbe9c1eb3d9fd172e7020f0e77be1dcd78079ab.tar.bz2
px4-nuttx-dfbe9c1eb3d9fd172e7020f0e77be1dcd78079ab.zip
Port the mm/mm_test.c logic to examples/mm
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3330 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 56ddb6351..ea00922fd 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: March 1, 2011</p>
+ <p>Last Updated: March 2, 2011</p>
</td>
</tr>
</table>
@@ -2115,6 +2115,11 @@ nuttx-5.19 2011-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
occurs.
* configs/olimex-lpc1766stk -- Added an LED encoded to indicate if the LPC1766
is in sleeping.
+ * examples/mm -- This is a simplified version of the "built-in" memory manager
+ test of mm/mm_test.c. It is simplified because it does not have access to
+ the internals of the memory manager as does mm/mm_test.c, but it has the
+ advantage that it runs in the actual NuttX tasking environment (the
+ mm/mm_test.c only runs in a PC simulation environment).
pascal-2.1 2011-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;