9
0
Fork 0

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

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@3331 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2011-03-02 19:35:51 +00:00
parent 0ebda79f97
commit 13e6a0e592
1 changed files with 7 additions and 1 deletions

View File

@ -1512,4 +1512,10 @@
WFI instruction to sleep in a reduced power mode until the next interrupt
occurs.
* 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).