summaryrefslogtreecommitdiff
path: root/apps/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-14 18:30:06 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-14 18:30:06 +0000
commitc601d953ae2de87bc41d3666f6b510805bf4e67b (patch)
treec31517acf03a8b77e5f0af9906b3193f97674b2c /apps/examples/README.txt
parent400bf57a60dda1c494ab6f961f999d8508868fde (diff)
downloadnuttx-c601d953ae2de87bc41d3666f6b510805bf4e67b.tar.gz
nuttx-c601d953ae2de87bc41d3666f6b510805bf4e67b.tar.bz2
nuttx-c601d953ae2de87bc41d3666f6b510805bf4e67b.zip
itoa() from Ryan Sundberg
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5741 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/README.txt')
-rw-r--r--apps/examples/README.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/examples/README.txt b/apps/examples/README.txt
index 03d43f1a0..ff22580d0 100644
--- a/apps/examples/README.txt
+++ b/apps/examples/README.txt
@@ -627,11 +627,7 @@ examples/lcdrw
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).
+ This is a simple test of the memory manager.
examples/modbus
^^^^^^^^^^^^^^^