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