-
CONFIG_SEGGER_SYSTEMVIEW_BOOT_ENABLE
¶
Start logging SystemView events on system start
Type: bool
Direct dependencies¶
SEGGER_SYSTEMVIEW
&& USE_SEGGER_RTT
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At subsys/debug/Kconfig.segger:27
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:12
→ subsys/debug/Kconfig:331
Menu path: (Top) → Debugging Options → Enable SEGGER RTT libraries. → Segger SystemView support
config SEGGER_SYSTEMVIEW_BOOT_ENABLE bool "Start logging SystemView events on system start" depends onSEGGER_SYSTEMVIEW
&&USE_SEGGER_RTT
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)