CONFIG_GDBSTUB_SERIAL_BACKEND
Use serial backend
Type: bool
Help
Use serial as backend for GDB
Direct dependencies
SERIAL
&& <choice: GDB backend>
(Includes any dependencies from ifs and menus.)
Kconfig definition
At <Zephyr>/subsys/debug/Kconfig:356
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:17
Menu path: (Top) → Sub Systems and OS Services → GDB remote serial protocol support [EXPERIMENTAL] → GDB backend
config GDBSTUB_SERIAL_BACKEND
bool "Use serial backend"
depends on SERIAL && <choice>
help
Use serial as backend for GDB
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)