Changeset 1931
- Timestamp:
- 11/12/08 22:41:15 (2 months ago)
- Files:
-
- trunk/examples/demo/cfg/cfg_kern.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/examples/demo/cfg/cfg_kern.h
r1723 r1931 51 51 #define CONFIG_KERN_SCHED 1 ///< Process schedling 52 52 #define CONFIG_KERN_SIGNALS 1 ///< Inter-process signals 53 #define CONFIG_KERN_IRQ 1///< Interrupt supervisor53 #define CONFIG_KERN_IRQ 0 ///< Interrupt supervisor 54 54 #define CONFIG_KERN_HEAP 0 ///< Dynamic memory allocation 55 #define CONFIG_KERN_SEMAPHORES 0///< Re-entrant mutual exclusion primitives55 #define CONFIG_KERN_SEMAPHORES 1 ///< Re-entrant mutual exclusion primitives 56 56 #define CONFIG_KERN_MONITOR 1 ///< Process monitor 57 #define CONFIG_KERN_PREEMPT 1///< Preemptive process scheduling58 #define CONFIG_KERN_PRI 1///< Priority-based scheduling policy57 #define CONFIG_KERN_PREEMPT 0 ///< Preemptive process scheduling 58 #define CONFIG_KERN_PRI 0 ///< Priority-based scheduling policy 59 59 /*\}*/ 60 60
