From dfbe9c1eb3d9fd172e7020f0e77be1dcd78079ab Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 2 Mar 2011 18:47:32 +0000 Subject: 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 --- nuttx/examples/README.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'nuttx/examples/README.txt') 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 ^^^^^^^^^^^^^^ -- cgit v1.2.3