The latest development version of this page may be more current than this released 2.6.1-rc1 version.
CONFIG_NANOPB_BUFFER_ONLY

Buffers only

Buffers only

Type: bool

Help

Disable support for custom streams. Only supports encoding and
decoding with memory buffers. Speeds up execution and slightly
decreases code size.

Help

Disable support for custom streams. Only supports encoding and
decoding with memory buffers. Speeds up execution and slightly
decreases code size.

Direct dependencies

NANOPB || (NANOPB && 0)

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definitions

At modules/nanopb/Kconfig:32

Included via Kconfig:8Kconfig.zephyr:23modules/Kconfig:6doc/_build/Kconfig/Kconfig.modules:32

Menu path: (Top) → Modules → nanopb (/home/nashif/zephyrproject/modules/lib/nanopb) → Nanopb Support

config NANOPB_BUFFER_ONLY
    bool "Buffers only"
    depends on NANOPB
    help
      Disable support for custom streams. Only supports encoding and
      decoding with memory buffers. Speeds up execution and slightly
      decreases code size.

At modules/nanopb/Kconfig:32

Included via Kconfig:8Kconfig.zephyr:23modules/Kconfig:66

Menu path: (Top) → Modules → Nanopb Support

config NANOPB_BUFFER_ONLY
    bool "Buffers only"
    depends on NANOPB && 0
    help
      Disable support for custom streams. Only supports encoding and
      decoding with memory buffers. Speeds up execution and slightly
      decreases code size.

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