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 && SOC_ESP32) || GDBSTUB

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definitions

At <Zephyr>/soc/xtensa/esp32/Kconfig.defconfig:54

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<nRF>/doc/_build/kconfig/Kconfig.soc.defconfig:1

Menu path: (Top)

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

At <Zephyr>/soc/xtensa/esp32/Kconfig.defconfig:54

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:27

Menu path: (Top)

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

At <Zephyr>/subsys/debug/Kconfig:371

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_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.)