summaryrefslogtreecommitdiff
path: root/nuttx/examples/README.txt
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/examples/README.txt
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/examples/README.txt')
-rw-r--r--nuttx/examples/README.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/nuttx/examples/README.txt b/nuttx/examples/README.txt
index 0fb3101d8..534530d52 100644
--- a/nuttx/examples/README.txt
+++ b/nuttx/examples/README.txt
@@ -91,6 +91,15 @@ examples/igmp
* CONFIG_EXAMPLE_IGMP_GRPADDR
Multicast group address
+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).
+
examples/mount
^^^^^^^^^^^^^^