-
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 if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/ieee802154/Kconfig.kw41z:30
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:14
→ drivers/ieee802154/Kconfig:29
Menu path: (top menu) → Device Drivers → IEEE 802.15.4 drivers options → NXP KW41Z Driver support
config KW41_DBG_TRACE bool prompt "Enabled simplified debug tracing of events" ifIEEE802154_KW41Z
&&IEEE802154
depends onIEEE802154_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.
(Definitions include propagated dependencies, including from if’s and menus.)