Add kbd_peekMask() and kbd_getMask() functions.
[bertos.git] / examples / demo / cfg / cfg_proc.h
index d8531cdf7d47776026f4c7d7d1a19e259d514f31..384d4670dea817b94c8ee8ae18b24f07e241c3d5 100644 (file)
@@ -32,7 +32,6 @@
  *
  * \brief Kernel configuration parameters
  *
- * \version $Id$
  * \author Bernie Innocenti <bernie@codewiz.org>
  */
 
@@ -71,7 +70,7 @@
  * Preemptive process scheduling.
  *
  * $WIZ$ type = "boolean"
- * $WIZ$ conditional_deps = "timer", "idle"
+ * $WIZ$ conditional_deps = "timer"
  */
 #define CONFIG_KERN_PREEMPT 1
 
  */
 #define CONFIG_KERN_PRI 1
 
+/**
+ * Priority-inheritance protocol.
+ * $WIZ$ type = "boolean"
+ */
+#define CONFIG_KERN_PRI_INHERIT 1
+
 /**
  * Time sharing quantum (a prime number prevents interference effects) [ms].
  *
  * $WIZ$ type = "int"
  * $WIZ$ min = 1
  */
-#define CONFIG_KERN_QUANTUM 47
+#define CONFIG_KERN_QUANTUM 11
 
 /**
  * Module logging level.