:orphan: .. title:: CBPRINTF_FP_SUPPORT .. option:: 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. Direct dependencies =================== \ :option:`CBPRINTF_COMPLETE ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :option:`FPU ` Symbols that select this symbol =============================== - \ :option:`SENSOR_SHELL ` - \ :option:`CBPRINTF_FP_A_SUPPORT ` Kconfig definition ================== .. highlight:: kconfig At ``lib/os/Kconfig.cbprintf:63`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``lib/Kconfig:16`` → ``lib/os/Kconfig:73`` Menu path: (Top) → Additional libraries → OS Support Library .. parsed-literal:: config CBPRINTF_FP_SUPPORT bool "Enable floating point formatting in cbprintf" default y if \ :option:`FPU ` depends on \ :option:`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.)*