:orphan: .. title:: CONFIG_MGMT_CBORATTR_FLOAT_SUPPORT .. kconfig:: CONFIG_MGMT_CBORATTR_FLOAT_SUPPORT CONFIG_MGMT_CBORATTR_FLOAT_SUPPORT ################################## *Enable support for float* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`MCUMGR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/mgmt/mcumgr/Kconfig:33`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support .. code-block:: kconfig 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.)*