-
CONFIG_CBPRINTF_FP_SUPPORT
¶
Enable floating point formatting in cbprintf
Type: bool
Help¶
Build the cbprintf utility function with support for floating
point format specifiers. Selecting this increases stack size
requirements slightly, but increases code size significantly.
Symbols that select this symbol¶
Kconfig definition¶
At <Zephyr>/lib/os/Kconfig.cbprintf:63
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/lib/Kconfig:10
→ <Zephyr>/lib/os/Kconfig:86
Menu path: (Top) → Additional libraries → OS Support Library
config CBPRINTF_FP_SUPPORT
bool "Enable floating point formatting in cbprintf"
default y if FPU
depends on CBPRINTF_COMPLETE
help
Build the cbprintf utility function with support for floating
point format specifiers. Selecting this increases stack size
requirements slightly, but increases code size significantly.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)