CONFIG_GDBSTUB_SERIAL_BACKEND_NAME
Serial Name
Type: string
Help
Use serial as backend for GDB
Direct dependencies
GDBSTUB_SERIAL_BACKEND
&& GDBSTUB
(Includes any dependencies from ifs and menus.)
Default
“UART_0”
Kconfig definition
At <Zephyr>/subsys/debug/Kconfig:364
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]
config GDBSTUB_SERIAL_BACKEND_NAME
string "Serial Name"
default "UART_0"
depends on GDBSTUB_SERIAL_BACKEND && GDBSTUB
help
Use serial as backend for GDB
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)