mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-26 09:08:25 +00:00
[debug] 整理debug宏并增加RT_DEBUGING_CONTEXT (#7805)
This commit is contained in:
committed by
GitHub
parent
52d3637fba
commit
244b903e5d
@@ -577,9 +577,9 @@ Configuration is mainly done by modifying the file under project directory - rtc
|
||||
#define RT_USING_OVERFLOW_CHECK
|
||||
|
||||
/* Define this macro to enable debug mode, if not defined, close. */
|
||||
#define RT_DEBUG
|
||||
#define RT_USING_DEBUG
|
||||
/* When debug mode is enabled: Define this macro to enable the print component initialization information, if not defined, close. */
|
||||
#define RT_DEBUG_INIT
|
||||
#define RT_DEBUGING_INIT
|
||||
|
||||
/* Defining this macro means the use of the hook function is started, if not defined, close. */
|
||||
#define RT_USING_HOOK
|
||||
|
||||
Reference in New Issue
Block a user