:orphan: .. title:: CONFIG_NANOPB_ENCODE_ARRAYS_UNPACKED .. kconfig:: CONFIG_NANOPB_ENCODE_ARRAYS_UNPACKED CONFIG_NANOPB_ENCODE_ARRAYS_UNPACKED #################################### *Encode arrays unpacked* Type: ``bool`` Help ==== .. code-block:: none Encode scalar arrays in the unpacked format, which takes up more space. Only to be used when the decoder on the receiving side cannot process packed arrays, such as protobuf.js versions before 2020. Direct dependencies =================== \ :kconfig:`NANOPB ` && 0 *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/nanopb/Kconfig:45`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:74`` Menu path: (Top) → Modules → Nanopb Support .. code-block:: kconfig config NANOPB_ENCODE_ARRAYS_UNPACKED bool "Encode arrays unpacked" depends on NANOPB && 0 help Encode scalar arrays in the unpacked format, which takes up more space. Only to be used when the decoder on the receiving side cannot process packed arrays, such as protobuf.js versions before 2020. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*