examples/triface/boot/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 00053 #define CONFIG_KERN_IRQ 0 00054 00060 #define CONFIG_KERN_HEAP 0 00061 00067 #define CONFIG_KERN_PREEMPT 0 00068 00073 #define CONFIG_KERN_PRI 0 00074 00081 #define CONFIG_KERN_QUANTUM 47 00082 00089 #define KERN_LOG_LEVEL LOG_LVL_ERR 00090 00097 #define KERN_LOG_FORMAT LOG_FMT_VERBOSE 00098 00099 #endif /* CFG_PROC_H */
