:orphan: .. title:: NEWLIB_LIBC_FLOAT_PRINTF .. option:: 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 =================== \ :option:`NEWLIB_LIBC ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``lib/libc/Kconfig:79`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``lib/Kconfig:4`` Menu path: (Top) → C Library .. parsed-literal:: config NEWLIB_LIBC_FLOAT_PRINTF bool "Build with newlib float printf" depends on \ :option:`NEWLIB_LIBC ` help Build with floating point printf enabled. This will increase the size of the image. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*