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

CONFIG_MPSC_PBUF

Multi producer, single consumer packet buffer

Type: bool

Help

Enable usage of mpsc packet buffer. Packet buffer is capable of
storing variable length packets in a circular way and operate directly
on the buffer memory.

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definition

At lib/os/Kconfig:58

Included via Kconfig:8Kconfig.zephyr:43lib/Kconfig:10

Menu path: (Top) → Additional libraries → OS Support Library

config MPSC_PBUF
    bool "Multi producer, single consumer packet buffer"
    select TIMEOUT_64BIT
    help
      Enable usage of mpsc packet buffer. Packet buffer is capable of
      storing variable length packets in a circular way and operate directly
      on the buffer memory.

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