Choco OS  V.0.16.9.0
Join to the chocolate world
oc_debug_cfg.h
Go to the documentation of this file.
1 
36 #ifndef APPLICATION_CONFIG_OC_DEBUG_CFG_H_
37 #define APPLICATION_CONFIG_OC_DEBUG_CFG_H_
38 
39 #include <oc_cfg.h>
40 
41 //==========================================================================================================================================
57 //==========================================================================================================================================
58 #define CFG_ENABLE_ASSERTIONS ON
59 
60 //==========================================================================================================================================
78 //==========================================================================================================================================
79 #define CFG_LEVEL_ASSERTIONS LEVEL(0)
80 
81 //==========================================================================================================================================
97 //==========================================================================================================================================
98 #define CFG_ENABLE_DEBUG_PRINT OFF
99 
100 //==========================================================================================================================================
115 //==========================================================================================================================================
116 #define CFG_ENABLE_IMPLEMENT_FAILURES ON
117 
118 //==========================================================================================================================================
132 //==========================================================================================================================================
133 #define CFG_ENABLE_COMPILE_ASSERTS OFF
134 
135 #define CFG_UINT16_NUMBER_OF_DEBUG_LOGS 20
136 
137 #define CFG_UINT16_MAX_DEBUGLOG_STRING_LENGTH 200
138 
139 #define CFG_ENABLE_TCP_LOGS OFF
140 
141 #define CFG_ENABLE_TELNET_LOGS OFF
142 
146 #endif /* APPLICATION_CONFIG_OC_DEBUG_CFG_H_ */
Helper macros for configurations files.