bertos/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 0 00048 00054 #define CONFIG_KERN_IRQ 0 00055 00062 #define CONFIG_KERN_HEAP 0 00063 00070 #define CONFIG_KERN_PREEMPT 0 00071 00076 #define CONFIG_KERN_PRI 0 00077 00084 #define CONFIG_KERN_QUANTUM 47 00085 00092 #define KERN_LOG_LEVEL LOG_LVL_ERR 00093 00100 #define KERN_LOG_FORMAT LOG_FMT_VERBOSE 00101 00102 #endif /* CFG_PROC_H */
