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
This commit is contained in:
parent
b505566556
commit
6f96d9dd34
@ -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
|
||||
|
@ -63,7 +63,7 @@ CONFIG_ARCH_BOARD_RGMP=y
|
||||
# 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_ARCH_LOWPUTC - architecture supports low-level, boot
|
||||
# time console output
|
||||
# CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
|
||||
|
@ -63,7 +63,7 @@ CONFIG_ARCH_BOARD_RGMP=y
|
||||
# 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_ARCH_LOWPUTC - architecture supports low-level, boot
|
||||
# time console output
|
||||
# CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
|
||||
|
Loading…
Reference in New Issue
Block a user