- CONFIG_KW41_DBG_TRACE¶
Enabled simplified debug tracing of events
Type: bool
Help¶
The value depends on your debugging needs. This generates an encoded
trace of events without going to debug logging to avoid timing impact
on running code. The buffer is post analyzed via the debugger.
Direct dependencies¶
IEEE802154_KW41Z
&& IEEE802154
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/ieee802154/Kconfig.kw41z:27
Included via Kconfig:8
→ Kconfig.zephyr:32
→ drivers/Kconfig:10
→ drivers/ieee802154/Kconfig:62
Menu path: (Top) → Device Drivers → IEEE 802.15.4 drivers options → NXP KW41Z Driver support
config KW41_DBG_TRACE
bool "Enabled simplified debug tracing of events"
depends on IEEE802154_KW41Z && IEEE802154
help
The value depends on your debugging needs. This generates an encoded
trace of events without going to debug logging to avoid timing impact
on running code. The buffer is post analyzed via the debugger.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)