examples/at91sam7s/cfg/cfg_kern.h
Go to the documentation of this file.00001
00039 #ifndef CFG_KERN_H
00040 #define CFG_KERN_H
00041
00045 #define CONFIG_KERN 1
00046
00051 #define CONFIG_KERN_SCHED 1
00052 #define CONFIG_KERN_SIGNALS 1
00053 #define CONFIG_KERN_IRQ 0
00054 #define CONFIG_KERN_HEAP 0
00055 #define CONFIG_KERN_SEMAPHORES 1
00056 #define CONFIG_KERN_MONITOR 1
00057 #define CONFIG_KERN_PREEMPT 0
00058 #define CONFIG_KERN_PRI 0
00059
00060
00062 #define CONFIG_KERN_QUANTUM 47
00063
00065 #define KERN_LOG_LEVEL LOG_LVL_ERR
00066
00068 #define KERN_LOG_FORMAT LOG_FMT_VERBOSE
00069
00070 #endif