CONFIG_NANOPB_ENCODE_ARRAYS_UNPACKED
Encode arrays unpacked
Type: bool
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.
Direct dependencies
NANOPB
&& 0
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <External Modules>/nanopb/Kconfig:45
Included via Kconfig:8
→ Kconfig.zephyr:33
→ <External Modules>/Kconfig:80
Menu path: (Top) → Modules → Nanopb Support
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.)