CONFIG_NEWLIB_LIBC_FLOAT_PRINTF

Build with newlib float printf

Type: bool

Help

Build with floating point printf 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:33

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

Menu path: (top menu) → C Library

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

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