Port the mm/mm_test.c logic to examples/mm

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3331 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2011-03-02 19:35:51 +00:00
parent e97118d258
commit 21dc6172b5

View File

@ -1513,3 +1513,9 @@
occurs. occurs.
* configs/olimex-lpc1766stk -- Added an LED encoded to indicate if the LPC1766 * configs/olimex-lpc1766stk -- Added an LED encoded to indicate if the LPC1766
is in sleeping. 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).