CONFIG_MGMT_CBORATTR_FLOAT_SUPPORT

Enable support for float

Type: bool

Help

The option enables float processing within CBOR attributes.
If your code requires processing of float numbers by CBOR,
the option needs to be enabled.
Disabling the option slightly reduces code footprint.

Direct dependencies

MCUMGR

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/subsys/mgmt/mcumgr/Kconfig:33

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:44<Zephyr>/subsys/Kconfig:35<Zephyr>/subsys/mgmt/Kconfig:9

Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support

config MGMT_CBORATTR_FLOAT_SUPPORT
    bool "Enable support for float"
    depends on MCUMGR
    help
      The option enables float processing within CBOR attributes.
      If your code requires processing of float numbers by CBOR,
      the option needs to be enabled.
      Disabling the option slightly reduces code footprint.

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