aboutsummaryrefslogtreecommitdiffstats
path: root/CommonLibs/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'CommonLibs/debug.c')
-rw-r--r--CommonLibs/debug.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/CommonLibs/debug.c b/CommonLibs/debug.c
index 09dab2b..cc5be44 100644
--- a/CommonLibs/debug.c
+++ b/CommonLibs/debug.c
@@ -35,12 +35,30 @@ static const struct log_info_cat default_categories[] = {
.color = NULL,
.enabled = 1, .loglevel = LOGL_NOTICE,
},
+ [DTRXCLK] = {
+ .name = "DTRXCLK",
+ .description = "TRX Master Clock",
+ .color = NULL,
+ .enabled = 1, .loglevel = LOGL_NOTICE,
+ },
[DTRXCTRL] = {
.name = "DTRXCTRL",
.description = "TRX CTRL interface",
.color = "\033[1;33m",
.enabled = 1, .loglevel = LOGL_NOTICE,
},
+ [DTRXDDL] = {
+ .name = "DTRXDDL",
+ .description = "TRX Data interface Downlink",
+ .color = NULL,
+ .enabled = 1, .loglevel = LOGL_NOTICE,
+ },
+ [DTRXDUL] = {
+ .name = "DTRXDUL",
+ .description = "TRX CTRL interface Uplink",
+ .color = NULL,
+ .enabled = 1, .loglevel = LOGL_NOTICE,
+ },
[DDEV] = {
.name = "DDEV",
.description = "Device/Driver specific code",