mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-17 08:03:45 +08:00
[debug] remove RT_DEBUG_xxx
remove RT_DEBUG_THREAD RT_DEBUG_SCHEDULER RT_DEBUG_IPC RT_DEBUG_TIMER RT_DEBUG_IRQ RT_DEBUG_MEM RT_DEBUG_SLAB RT_DEBUG_MEMHEAP
This commit is contained in:

committed by
Man, Jianting (Meco)

parent
3660db39a1
commit
237bbfd968
@@ -580,9 +580,6 @@ Configuration is mainly done by modifying the file under project directory - rtc
|
||||
#define RT_DEBUG
|
||||
/* When debug mode is enabled: Define this macro to enable the print component initialization information, if not defined, close. */
|
||||
#define RT_DEBUG_INIT
|
||||
/* When debug mode is enabled: When the macro is defined as 0, the print thread switching information is turned off. When it is defined as 1, it is enabled. */
|
||||
/* When debug mode is enabled: Define this macro to enable the print thread switching information. */
|
||||
#define RT_DEBUG_THREAD
|
||||
|
||||
/* 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