summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-02 19:35:51 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-02 19:35:51 +0000
commit17a999f9af875c16f1e50bc60e38840eba8e47e8 (patch)
treeac54ac91b68cc379f58e6090c51cdbbde15d8fda /nuttx/ChangeLog
parentdfbe9c1eb3d9fd172e7020f0e77be1dcd78079ab (diff)
downloadnuttx-17a999f9af875c16f1e50bc60e38840eba8e47e8.tar.gz
nuttx-17a999f9af875c16f1e50bc60e38840eba8e47e8.tar.bz2
nuttx-17a999f9af875c16f1e50bc60e38840eba8e47e8.zip
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
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 261415e16..b4fba6ab7 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -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).
+