Remove the idle process.
[bertos.git] / examples / demo / cfg / cfg_proc.h
index 7c6dc34d36d2ac716b16360dffd5dbc1f32d27b7..cddfcb048b66181d1e18cb5e73a705fa2ff99e4b 100644 (file)
  * $WIZ$ type = "int"
  * $WIZ$ min = 0
  */
-#define CONFIG_KERN_HEAP_SIZE 262144L
+#define CONFIG_KERN_HEAP_SIZE 2097152L
 
 /**
  * Preemptive process scheduling.
  *
  * $WIZ$ type = "boolean"
- * $WIZ$ conditional_deps = "timer", "idle"
+ * $WIZ$ conditional_deps = "timer"
  */
 #define CONFIG_KERN_PREEMPT 1
 
@@ -87,7 +87,7 @@
  * $WIZ$ type = "int"
  * $WIZ$ min = 1
  */
-#define CONFIG_KERN_QUANTUM 47
+#define CONFIG_KERN_QUANTUM 11
 
 /**
  * Module logging level.