summaryrefslogtreecommitdiff
path: root/nuttx/configs/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-08 22:01:50 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-08 22:01:50 +0000
commitf2c129b281fc8fa30eccb9b34df534f954ee3c47 (patch)
treea5ff5a1a0415f7fabf66180ccb432243740f4d74 /nuttx/configs/README.txt
parent5e160bcf59441ce40088ca089cbeb4461a0b0d6a (diff)
downloadnuttx-f2c129b281fc8fa30eccb9b34df534f954ee3c47.tar.gz
nuttx-f2c129b281fc8fa30eccb9b34df534f954ee3c47.tar.bz2
nuttx-f2c129b281fc8fa30eccb9b34df534f954ee3c47.zip
up_addregion should use kmm_addregion; move garbage kmm*.c file to mm/. for now
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5721 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/README.txt')
-rw-r--r--nuttx/configs/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/README.txt b/nuttx/configs/README.txt
index b0e6b16d1..d4486daaf 100644
--- a/nuttx/configs/README.txt
+++ b/nuttx/configs/README.txt
@@ -284,7 +284,7 @@ defconfig -- This is a configuration file similar to the Linux
CONFIG_MM_REGIONS - If the architecture includes multiple
regions of memory to allocate from, this specifies the
number of memory regions that the memory manager must
- handle and enables the API mm_addregion(start, end);
+ handle and enables the API mm_addregion(heap, start, end);
CONFIG_MM_SMALL - Each memory allocation has a small allocation
overhead. The size of that overhead is normally determined by
the "width" of the address support by the MCU. MCUs that support