From 7f7ef05ca472e386e8b1c46373986981c58095fd Mon Sep 17 00:00:00 2001 From: arighi Date: Wed, 19 May 2010 12:57:28 +0000 Subject: [PATCH] lm3s1968: disable kernel heap support for the kernel footprint benchmark. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3726 38d2e660-2303-0410-9eaa-f027e97ec537 --- boards/ek-lm3s1968/benchmark/kernel_footprint/cfg/cfg_proc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/ek-lm3s1968/benchmark/kernel_footprint/cfg/cfg_proc.h b/boards/ek-lm3s1968/benchmark/kernel_footprint/cfg/cfg_proc.h index ab1a4680..ef228257 100644 --- a/boards/ek-lm3s1968/benchmark/kernel_footprint/cfg/cfg_proc.h +++ b/boards/ek-lm3s1968/benchmark/kernel_footprint/cfg/cfg_proc.h @@ -79,7 +79,7 @@ * $WIZ$ type = "boolean" * $WIZ$ conditional_deps = "heap" */ -#define CONFIG_KERN_HEAP 1 +#define CONFIG_KERN_HEAP 0 /** * Size of the dynamic memory pool used by processes. -- 2.25.1