Disable preemptive kernel (not working).
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 3 Oct 2008 14:20:42 +0000 (14:20 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 3 Oct 2008 14:20:42 +0000 (14:20 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1867 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cfg/cfg_kern.h

index fffc9ca7719656fd1c617d6ee14f7b3ab326f1b4..bc4594a420b6d8c2ee6f8d4c342193226a95319f 100644 (file)
  */
 #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_IRQ         0  ///< Interrupt supervisor
 #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     1  ///< Preemptive process scheduling
-#define CONFIG_KERN_PRI         1  ///< Priority-based scheduling policy
+#define CONFIG_KERN_PREEMPT     0  ///< Preemptive process scheduling
+#define CONFIG_KERN_PRI         0  ///< Priority-based scheduling policy
 /*\}*/
 
 /// [ms] Time sharing quantum (a prime number prevents interference effects)