-
CONFIG_TRACING_HANDLE_HOST_CMD
¶
Enable host command handle
Type: bool
Help¶
When enabled tracing will handle cmd from host to dynamically enable and disable tracing to have host capture tracing stream data conveniently.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr>/subsys/tracing/Kconfig:186
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:59
Menu path: (Top) → Sub Systems and OS Services → Tracing Support
config TRACING_HANDLE_HOST_CMD bool "Enable host command handle" selectUART_INTERRUPT_DRIVEN
ifTRACING_BACKEND_UART
depends onTRACING
help When enabled tracing will handle cmd from host to dynamically enable and disable tracing to have host capture tracing stream data conveniently.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)