CONFIG_WINSTREAM

Lockless shared memory window byte stream

Type: bool

Help

Winstream is a byte stream IPC for use in shared memory
"windows", generally for transmit to non-Zephyr contexts that
can't share Zephyr APIs or data structures.

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At <Library>/os/Kconfig:49

Included via Kconfig:8Kconfig.zephyr:43<Library>/Kconfig:10

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

config WINSTREAM
    bool "Lockless shared memory window byte stream"
    help
      Winstream is a byte stream IPC for use in shared memory
      "windows", generally for transmit to non-Zephyr contexts that
      can't share Zephyr APIs or data structures.

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