benchmark: enable kernel heap in kernel_footprint benchmark for all the supported...
authorarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 20 May 2010 09:47:57 +0000 (09:47 +0000)
committerarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 20 May 2010 09:47:57 +0000 (09:47 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3732 38d2e660-2303-0410-9eaa-f027e97ec537

boards/ek-lm3s1968/benchmark/kernel_footprint/cfg/cfg_proc.h
boards/ek-lpc-p2378/benchmark/kernel_footprint/cfg/cfg_proc.h

index ef228257dc05f828e68b318a789b514bcf593adc..ab1a4680f354d2b3819e6b8091bc39476c26a68b 100644 (file)
@@ -79,7 +79,7 @@
  * $WIZ$ type = "boolean"
  * $WIZ$ conditional_deps = "heap"
  */
-#define CONFIG_KERN_HEAP 0
+#define CONFIG_KERN_HEAP 1
 
 /**
  * Size of the dynamic memory pool used by processes.
index 719217b6b36cb40f735ce8c4a65feab953e99871..ab1a4680f354d2b3819e6b8091bc39476c26a68b 100644 (file)
@@ -58,7 +58,7 @@
  * $WIZ$ type = "boolean"
  * $WIZ$ conditional_deps = "timer"
  */
-#define CONFIG_KERN_PREEMPT 0
+#define CONFIG_KERN_PREEMPT 1
 
 /**
  * Time sharing quantum (a prime number prevents interference effects) [ms].
  * Priority-based scheduling policy.
  * $WIZ$ type = "boolean"
  */
-#define CONFIG_KERN_PRI 0
+#define CONFIG_KERN_PRI 1
 
 /**
  * Dynamic memory allocation for processes.
  * $WIZ$ type = "boolean"
  * $WIZ$ conditional_deps = "heap"
  */
-#define CONFIG_KERN_HEAP 0
+#define CONFIG_KERN_HEAP 1
 
 /**
  * Size of the dynamic memory pool used by processes.