Go to the documentation of this file.
23 #ifndef _DEBUG_CONFIG_H
24 #define _DEBUG_CONFIG_H
38 #define ENABLE_SDCARD_LOGGING (0)
52 #define LOG_LEVEL LOG_LEVEL_NOTICE
58 #define DEBUG_MEMORY (0)
64 #define LCD_TRACE_LEVEL_OFF (0)
70 #define LCD_TRACE_LEVEL_ERROR (1)
76 #define LCD_TRACE_LEVEL_WARNING (2)
82 #define LCD_TRACE_LEVEL_INFO (3)
88 #define LCD_TRACE_LEVEL_DEBUG (4)
94 #define OK_STRING ("OK")
100 #define ERROR_STRING ("ERROR")
106 #define FAIL_STRING ("FAIL")
112 #define YES_STRING ("YES")
118 #define NO_STRING ("NO")
124 #define ON_STRING ("ON")
130 #define OFF_STRING ("OFF")
136 #define SAVE_STRING ("SAVE")
142 #define STIMA_LCD_TRACE_LEVEL (LCD_TRACE_LEVEL_INFO)