equal
deleted
inserted
replaced
154 |
154 |
155 // |
155 // |
156 // extrabtrace |
156 // extrabtrace |
157 // |
157 // |
158 |
158 |
159 #ifdef FSHELL_CAP_ALL |
|
160 #define FSHELL_EXTRABTRACE_SUPPORT |
|
161 #endif |
|
162 |
159 |
163 #if !defined(FSHELL_TRACE_SUPPORT) && defined(FSHELL_BTRACE_SUPPORT) |
160 #if !defined(FSHELL_TRACE_SUPPORT) && defined(FSHELL_BTRACE_SUPPORT) |
164 // FSHELL_TRACE_SUPPORT tells you that the BTraceX() functions are available, either via atrace or btrace, |
161 // FSHELL_TRACE_SUPPORT tells you that the BTraceX() functions are available, either via atrace or btrace, |
165 // for the situations where you don't care which it is |
162 // for the situations where you don't care which it is |
166 #define FSHELL_TRACE_SUPPORT |
163 #define FSHELL_TRACE_SUPPORT |
|
164 #endif |
|
165 |
|
166 #if defined(FSHELL_TRACE_SUPPORT) && defined(FSHELL_CAP_ALL) |
|
167 #define FSHELL_EXTRABTRACE_SUPPORT |
167 #endif |
168 #endif |
168 |
169 |
169 // The FSHELL_TRACE_xyz macros must appear before any other systeminclude/#include/library statements in your MMP. |
170 // The FSHELL_TRACE_xyz macros must appear before any other systeminclude/#include/library statements in your MMP. |
170 #ifndef FSHELL_TRACE_LIBRARY |
171 #ifndef FSHELL_TRACE_LIBRARY |
171 #define FSHELL_D32BTRACE_HEADER <d32btrace.h> |
172 #define FSHELL_D32BTRACE_HEADER <d32btrace.h> |