-
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.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/modules/nanopb/Kconfig:45
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:66
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.)