CONFIG_GDBSTUB_BUF_SZ

GDB backend send/receive buffer size (in bytes)

Type: int

Help

This specifies the size (in bytes) of the send/receive buffer
for GDB backend. This needs to be big enough to hold one
full GDB packet at a time.

Direct dependencies

(GDBSTUB && SOC_ESP32) || GDBSTUB

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definitions

At <SoC>/xtensa/esp32/Kconfig.defconfig:54

Included via Kconfig:8Kconfig.zephyr:27

Menu path: (Top)

config GDBSTUB_BUF_SZ
    int
    default 840 if GDBSTUB
    depends on GDBSTUB && SOC_ESP32

At <Subsystem>/debug/Kconfig:365

Included via Kconfig:8Kconfig.zephyr:44<Subsystem>/Kconfig:17

Menu path: (Top) → Sub Systems and OS Services → GDB remote serial protocol support [EXPERIMENTAL]

config GDBSTUB_BUF_SZ
    int "GDB backend send/receive buffer size (in bytes)"
    default 256
    depends on GDBSTUB
    help
      This specifies the size (in bytes) of the send/receive buffer
      for GDB backend. This needs to be big enough to hold one
      full GDB packet at a time.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)