add initialization debug code

This commit is contained in:
bernard
2013-07-24 07:33:48 +08:00
parent b96b35613f
commit a124e7bd22
8 changed files with 53 additions and 9 deletions

View File

@@ -63,6 +63,10 @@
#define RT_DEBUG_IPC 0
#endif
#ifndef RT_DEBUG_INIT
#define RT_DEBUG_INIT 0
#endif
/* Turn on this to enable context check */
#ifndef RT_DEBUG_CONTEXT_CHECK
#define RT_DEBUG_CONTEXT_CHECK 1