Fix kernel heap macros in bertos trunk.
[bertos.git] / bertos / cfg / cfg_proc.h
index e4489517cd177cb81aebfad4c30e592969cab07c..52e245265e745907bd2ae113c9aef253edaf18a2 100644 (file)
@@ -47,8 +47,9 @@
 #define CONFIG_KERN 0
 
 /**
- * Kernel interrupt supervisor.
+ * Kernel interrupt supervisor. WARNING: Experimental, still incomplete!
  * $WIZ$ type = "boolean"
+ * $WIZ$ supports = "False"
  */
 #define CONFIG_KERN_IRQ 0
 
@@ -56,6 +57,7 @@
  * Dynamic memory allocation for processes.
  *
  * $WIZ$ type = "boolean"
+ * $WIZ$ supports = "False"
  */
 #define CONFIG_KERN_HEAP 0
 
@@ -63,6 +65,7 @@
  * Preemptive process scheduling. WARNING: Experimental, still incomplete!
  *
  * $WIZ$ type = "boolean"
+ * $WIZ$ supports = "False"
  */
 #define CONFIG_KERN_PREEMPT 0
 
@@ -76,7 +79,7 @@
  * Time sharing quantum (a prime number prevents interference effects) [ms].
  *
  * $WIZ$ type = "int"
- * $WIZ$ min = "0"
+ * $WIZ$ min = 1
  */
 #define CONFIG_KERN_QUANTUM 47