[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-09 00:19:29 -04:00
committed by Man, Jianting (Meco)
parent 3660db39a1
commit 237bbfd968
19 changed files with 33 additions and 143 deletions
+2 -6
View File
@@ -13,12 +13,8 @@
#include <rthw.h>
#define DBG_TAG "kernel.irq"
#ifdef RT_DEBUG_IRQ
#define DBG_LVL DBG_LOG
#else
#define DBG_LVL DBG_WARNING
#endif /* defined (RT_DEBUG_IRQ) */
#define DBG_TAG "cpu.ti.c28x"
#define DBG_LVL DBG_INFO
#include <rtdbg.h>
extern volatile rt_uint8_t rt_interrupt_nest;