-
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:34
Included via Kconfig:10
→ Kconfig.zephyr:37
→ lib/Kconfig:7
Menu path: (top menu) → C Library
config NEWLIB_LIBC_FLOAT_PRINTF bool prompt "Build with newlib float printf" ifNEWLIB_LIBC
&& !NATIVE_APPLICATION
depends onNEWLIB_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.)