cfg_proc.h
Go to the documentation of this file.00001
00038 #ifndef CFG_PROC_H
00039 #define CFG_PROC_H
00040
00046 #define CONFIG_KERN 0
00047
00053 #define CONFIG_KERN_IRQ 0
00054
00061 #define CONFIG_KERN_PREEMPT 0
00062
00069 #define CONFIG_KERN_QUANTUM 11
00070
00075 #define CONFIG_KERN_PRI 0
00076
00081 #define CONFIG_KERN_PRI_INHERIT 0
00082
00088 #define CONFIG_KERN_HEAP 0
00089
00095 #define CONFIG_KERN_HEAP_SIZE 2048L
00096
00103 #define KERN_LOG_LEVEL LOG_LVL_ERR
00104
00111 #define KERN_LOG_FORMAT LOG_FMT_VERBOSE
00112
00113 #endif