:orphan: .. title:: CBOR_FLOATING_POINT .. option:: CONFIG_CBOR_FLOATING_POINT *Floating point support* Type: ``bool`` Help ==== .. code-block:: none This option enables floating point support. Direct dependencies =================== \ :option:`TINYCBOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`REQUIRES_FULL_LIBC ` Kconfig definition ================== At ``/Kconfig.tinycbor:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``/Kconfig:31`` Menu path: (Top) → Modules → tinyCBOR Support .. code-block:: kconfig config CBOR_FLOATING_POINT bool "Floating point support" select REQUIRES_FULL_LIBC depends on TINYCBOR help This option enables floating point support. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*