The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_NEWLIB_LIBC_FLOAT_SCANF

Build with newlib float scanf

Type: bool

Help

Build with floating point scanf enabled. This will increase the size of the image.

Direct dependencies

NEWLIB_LIBC && !NATIVE_APPLICATION

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At lib/libc/Kconfig:41

Included via Kconfig:10Kconfig.zephyr:37lib/Kconfig:7

Menu path: (top menu) → C Library

config NEWLIB_LIBC_FLOAT_SCANF
    bool
    prompt "Build with newlib float scanf" if NEWLIB_LIBC && !NATIVE_APPLICATION
    depends on NEWLIB_LIBC && !NATIVE_APPLICATION
    help
      Build with floating point scanf enabled. This will increase the size of
      the image.

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