Trident plugin for enabling ZBOSS trace output. More...
Go to the source code of this file.
Macros | |
| #define | TR_TRACE_LEVEL 4 |
| ZBOSS trace adjustments are defined here. | |
| #define | TR_TRACE_MASK |
Functions | |
| void | tr_trace_init (void) |
| Initialize ZBOSS trace functionality. | |
| void | tr_trace_deinit (void) |
| Should be called before the app shuts down to deinit the trace subsystem. | |
Trident plugin for enabling ZBOSS trace output.
How to use this plugin:
thirdparty/zboss_r23/devtools/win_com_dumpand read the readme.txt for how to build win_com_dump to start using ZBOSS trace messages.
./devtools/win_com_dump/lin_com_dump -U -br 115200 /dev/ttyUSB0 trace.log dump.log
.\devtools\win_com_dump\win_com_dump.exe -U -br 115200 COM4 trace.log dump.log
thirdparty/zboss_r23/trace.log
SPDX-License-Identifier: LicenseRef-TridentMSLA SPDX-FileCopyrightText: 2025 Trident IoT, LLC https://www.tridentiot.com
| #define TR_TRACE_LEVEL 4 |
ZBOSS trace adjustments are defined here.
All adjustments for this trace plugin can be made in the project's config.cmake by defining with the desired trace level and mask definitions.
See zboss_r23/include/zb_trace.h for helpful macros
| #define TR_TRACE_MASK |