build/common/common.mmh
changeset 99 a6fec624de6c
parent 97 562156073bab
child 103 56b6ee983610
equal deleted inserted replaced
98:c915fc349757 99:a6fec624de6c
   192 // for the situations where you don't care which it is
   192 // for the situations where you don't care which it is
   193 #define FSHELL_TRACE_SUPPORT
   193 #define FSHELL_TRACE_SUPPORT
   194 #endif
   194 #endif
   195 
   195 
   196 #if defined(FSHELL_TRACE_SUPPORT) && defined(FSHELL_CAP_ALL)
   196 #if defined(FSHELL_TRACE_SUPPORT) && defined(FSHELL_CAP_ALL)
   197 #define FSHELL_EXTRABTRACE_SUPPORT
   197 #define FSHELL_EXTRABTRACE_SUPPORT // extrabtrace.h and extrabtrace.dll will always be available
   198 #endif
   198 #endif
   199 
   199 
   200 // The FSHELL_TRACE_xyz macros must appear before any other systeminclude/#include/library statements in your MMP.
   200 // The FSHELL_TRACE_xyz macros must appear before any other systeminclude/#include/library statements in your MMP.
   201 #ifndef FSHELL_TRACE_LIBRARY
   201 #ifndef FSHELL_TRACE_LIBRARY
   202 #define FSHELL_D32BTRACE_HEADER <d32btrace.h>
   202 #define FSHELL_D32BTRACE_HEADER <d32btrace.h>
   387 // qr3.
   387 // qr3.
   388 //
   388 //
   389 
   389 
   390 #ifdef FSHELL_TRACE_SUPPORT
   390 #ifdef FSHELL_TRACE_SUPPORT
   391 #define FSHELL_QR3_SUPPORT_LOGGINGALLOCATOR
   391 #define FSHELL_QR3_SUPPORT_LOGGINGALLOCATOR
       
   392 #endif
       
   393 
       
   394 #ifdef FSHELL_MEMORY_ACCESS_SUPPORT
       
   395 #define FSHELL_QR3_SUPPORT_SANDBOX
   392 #endif
   396 #endif
   393 
   397 
   394 
   398 
   395 //
   399 //
   396 // clogger.
   400 // clogger.