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 0
00048
00054 #define CONFIG_KERN_IRQ 0
00055
00062 #define CONFIG_KERN_PREEMPT 0
00063
00070 #define CONFIG_KERN_QUANTUM 11
00071
00076 #define CONFIG_KERN_PRI 0
00077
00083 #define CONFIG_KERN_HEAP 0
00084
00090 #define CONFIG_KERN_HEAP_SIZE 2048L
00091
00098 #define KERN_LOG_LEVEL LOG_LVL_ERR
00099
00106 #define KERN_LOG_FORMAT LOG_FMT_VERBOSE
00107
00108 #endif