From 3b23ee2703a28a1b46bbd3eb4835b05ae321de29 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 4 Mar 2007 15:23:22 +0000 Subject: Add capability to manager memory in discontiguous regions. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@35 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/arch/README.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nuttx/arch/README.txt') diff --git a/nuttx/arch/README.txt b/nuttx/arch/README.txt index c01215963..64a77e924 100644 --- a/nuttx/arch/README.txt +++ b/nuttx/arch/README.txt @@ -78,6 +78,10 @@ defconfig -- This is a configuration file similar to the Linux CONFIG_DEBUG_VERBOSE - enables verbose debug output CONFIG_HAVE_LOWPUTC - architecture supports low-level, boot time console output + 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); CONFIG_RR_INTERVAL - The round robin timeslice will be set this number of milliseconds; Round robin scheduling can be disabled by setting this value to zero. -- cgit v1.2.3