[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:
Meco Man
2023-07-08 19:09:51 -04:00
committed by Man, Jianting (Meco)
parent 3660db39a1
commit 237bbfd968
19 changed files with 33 additions and 143 deletions

View File

@@ -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