examples/at91sam7/cfg/cfg_proc.h

Go to the documentation of this file.
00001 
00039 #ifndef CFG_PROC_H
00040 #define CFG_PROC_H
00041 
00047 #define CONFIG_KERN 1
00048 
00053 #define CONFIG_KERN_IRQ 0
00054 
00061 #define CONFIG_KERN_HEAP 0
00062 
00068 #define CONFIG_KERN_PREEMPT 0
00069 
00074 #define CONFIG_KERN_PRI 0
00075 
00082 #define CONFIG_KERN_QUANTUM 47
00083 
00090 #define KERN_LOG_LEVEL LOG_LVL_ERR
00091 
00098 #define KERN_LOG_FORMAT LOG_FMT_VERBOSE
00099 
00100 #endif /*  CFG_PROC_H */