Disable kernel heap (needs to be refactored).
[bertos.git] / bertos / cfg / cfg_kern.h
index 630d2ec84cb4e92f677ff3b41e31d75561a66835..23bcd40c76dceb00e068bcf7c309d5fefdbf6c57 100644 (file)
@@ -51,7 +51,7 @@
 #define CONFIG_KERN_SCHED       1  ///< Process schedling
 #define CONFIG_KERN_SIGNALS     1  ///< Inter-process signals
 #define CONFIG_KERN_IRQ         1  ///< Interrupt supervisor
-#define CONFIG_KERN_HEAP        1  ///< Dynamic memory allocation
+#define CONFIG_KERN_HEAP        0  ///< Dynamic memory allocation
 #define CONFIG_KERN_SEMAPHORES  1  ///< Re-entrant mutual exclusion primitives
 #define CONFIG_KERN_MONITOR     1  ///< Process monitor
 #define CONFIG_KERN_PREEMPT     0  ///< Preemptive process scheduling