The latest development version of this page may be more current than this released 2.5.0 version.
CONFIG_UART_MUX_TEMP_BUF_SIZE

Size of the temp buffer when reading data from real UART

Type: int

Help

Size of the temporary RX buffer in receiving ISR.

Direct dependencies

UART_MUX && CONSOLE

(Includes any dependencies from ifs and menus.)

Default

  • 32

Kconfig definition

At drivers/console/Kconfig:365

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:14

Menu path: (Top) → Device Drivers → Console drivers → Enable GSM 07.10 muxing protocol → Enable UART muxing (GSM 07.10) support [EXPERIMENTAL]

config UART_MUX_TEMP_BUF_SIZE
    int "Size of the temp buffer when reading data from real UART"
    default 32
    depends on UART_MUX && CONSOLE
    help
      Size of the temporary RX buffer in receiving ISR.

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