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.
Defaults
No defaults. Implicitly defaults to n
.
Symbols that imply this symbol
Kconfig definition
At <Zephyr>/lib/libc/Kconfig:101
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:43
→ <Zephyr>/lib/Kconfig:4
Menu path: (Top) → C Library
config NEWLIB_LIBC_FLOAT_PRINTF
bool "Build with newlib float printf"
depends on 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.)