From: batt Date: Thu, 23 Apr 2009 17:10:39 +0000 (+0000) Subject: Disable unmantained heap handling (for now). X-Git-Tag: 2.1.0~28 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=cb382ef2759a551342924626d01f902441ec928a;p=bertos.git Disable unmantained heap handling (for now). git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2654 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/Makefile b/Makefile index 1eb5c26e..78f7bf6c 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,8 @@ default: all include bertos/config.mk #Include subtargets -include examples/demo/demo.mk -#include examples/at91sam7s/at91sam7s.mk +#include examples/demo/demo.mk +include examples/at91sam7s/at91sam7s.mk #include examples/triface/triface.mk include bertos/rules.mk diff --git a/examples/at91sam7s/cfg/cfg_proc.h b/examples/at91sam7s/cfg/cfg_proc.h index 745634da..78a0447b 100644 --- a/examples/at91sam7s/cfg/cfg_proc.h +++ b/examples/at91sam7s/cfg/cfg_proc.h @@ -56,8 +56,9 @@ * Dynamic memory allocation for processes. * * $WIZ$ type = "boolean" + * $WIZ$ supports = "False" */ -#define CONFIG_KERN_HEAP 0 +#define CONFIG_KERN_HEAP 1 /** * Preemptive process scheduling. WARNING: Experimental, still incomplete!