Disable unmantained heap handling (for now).
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 23 Apr 2009 17:10:39 +0000 (17:10 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 23 Apr 2009 17:10:39 +0000 (17:10 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2654 38d2e660-2303-0410-9eaa-f027e97ec537

Makefile
examples/at91sam7s/cfg/cfg_proc.h

index 1eb5c26ef7b0b8c2cadb3186275e2c535d4b1435..78f7bf6cff5ce99cc47a8af62036e30c428a3c81 100644 (file)
--- 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
index 745634da3a217fcb0e96da98db50c7b8533236b0..78a0447b9f43a897f0fe50cc80e985c444e7b906 100644 (file)
@@ -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!