BeRTOS
|
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 00082 #define CONFIG_KERN_HEAP 0 00083 00089 #define CONFIG_KERN_HEAP_SIZE 2048L 00090 00097 #define KERN_LOG_LEVEL LOG_LVL_ERR 00098 00105 #define KERN_LOG_FORMAT LOG_FMT_VERBOSE 00106 00107 #endif /* CFG_PROC_H */