Changeset 1931

Show
Ignore:
Timestamp:
11/12/08 22:41:15 (2 months ago)
Author:
batt
Message:

Disable priority and preemption.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/examples/demo/cfg/cfg_kern.h

    r1723 r1931  
    5151#define CONFIG_KERN_SCHED       1  ///< Process schedling 
    5252#define CONFIG_KERN_SIGNALS     1  ///< Inter-process signals 
    53 #define CONFIG_KERN_IRQ         1  ///< Interrupt supervisor 
     53#define CONFIG_KERN_IRQ         0  ///< Interrupt supervisor 
    5454#define CONFIG_KERN_HEAP        0  ///< Dynamic memory allocation 
    55 #define CONFIG_KERN_SEMAPHORES  0  ///< Re-entrant mutual exclusion primitives 
     55#define CONFIG_KERN_SEMAPHORES  1  ///< Re-entrant mutual exclusion primitives 
    5656#define CONFIG_KERN_MONITOR     1  ///< Process monitor 
    57 #define CONFIG_KERN_PREEMPT     1  ///< Preemptive process scheduling 
    58 #define CONFIG_KERN_PRI         1  ///< Priority-based scheduling policy 
     57#define CONFIG_KERN_PREEMPT     0  ///< Preemptive process scheduling 
     58#define CONFIG_KERN_PRI         0  ///< Priority-based scheduling policy 
    5959/*\}*/ 
    6060