CONFIG_NANOPB_ENABLE_MALLOC
Enable malloc usage
Enable malloc usage
Type: bool
Help
This option enables dynamic allocation support in the decoder.
Help
This option enables dynamic allocation support in the decoder.
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definitions
At <Zephyr>/modules/nanopb/Kconfig:14
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:74
Menu path: (Top) → Modules → nanopb (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/nanopb) → Nanopb Support
config NANOPB_ENABLE_MALLOC
bool "Enable malloc usage"
depends on NANOPB
help
This option enables dynamic allocation support in the decoder.
At <Zephyr>/modules/nanopb/Kconfig:14
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:80
Menu path: (Top) → Modules → Nanopb Support
config NANOPB_ENABLE_MALLOC
bool "Enable malloc usage"
depends on NANOPB && 0
help
This option enables dynamic allocation support in the decoder.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)