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 Library>/os/Kconfig.cbprintf:63
Included via Kconfig:8 → Kconfig.zephyr:43 → <Zephyr Library>/Kconfig:10 → <Zephyr Library>/os/Kconfig:81
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.)