:orphan: .. title:: CONFIG_GDBSTUB_SERIAL_BACKEND_NAME .. kconfig:: CONFIG_GDBSTUB_SERIAL_BACKEND_NAME CONFIG_GDBSTUB_SERIAL_BACKEND_NAME ################################## *Serial Name* Type: ``string`` Help ==== .. code-block:: none Use serial as backenf for GDB Direct dependencies =================== \ :kconfig:`GDBSTUB_SERIAL_BACKEND ` && \ :kconfig:`GDBSTUB ` *(Includes any dependencies from ifs and menus.)* Default ======= - "UART_0" Kconfig definition ================== At ``/debug/Kconfig:363`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:17`` Menu path: (Top) → Sub Systems and OS Services → GDB remote serial protocol support [EXPERIMENTAL] .. code-block:: kconfig config GDBSTUB_SERIAL_BACKEND_NAME string "Serial Name" default "UART_0" depends on GDBSTUB_SERIAL_BACKEND && GDBSTUB help Use serial as backenf for GDB *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*