The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_CBOR_FLOATING_POINT

Floating point support

Type: bool

Help

This option enables floating point support.

Direct dependencies

TINYCBOR

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At /home/nashif/Work/zephyrproject/modules/lib/tinycbor/Kconfig.tinycbor:53

Included via Kconfig:10Kconfig.zephyr:10/home/nashif/Work/zephyrproject/zephyr/doc/_build/Kconfig.modules:1

Menu path: (top menu)

config CBOR_FLOATING_POINT
    bool
    prompt "Floating point support" if TINYCBOR
    select NEWLIB_LIBC if TINYCBOR
    depends on TINYCBOR
    help
      This option enables floating point support.

(Definitions include propagated dependencies, including from if’s and menus.)