The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_CBPRINTF_FULL_INTEGRAL

Convert the full range of integer values

Type: bool

Help

Build cbprintf with buffers sized to support converting the full
range of all integral and pointer values.

Selecting this has no effect on code size, but will increase call
stack size by a few words.

Direct dependencies

<choice CBPRINTF_INTEGRAL_CONV: Control range of convertible integer values>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At lib/os/Kconfig.cbprintf:32

Included via Kconfig:8Kconfig.zephyr:43lib/Kconfig:10lib/os/Kconfig:81

Menu path: (Top) → Additional libraries → OS Support Library → Control range of convertible integer values

config CBPRINTF_FULL_INTEGRAL
    bool "Convert the full range of integer values"
    depends on <choice CBPRINTF_INTEGRAL_CONV>
    help
      Build cbprintf with buffers sized to support converting the full
      range of all integral and pointer values.

      Selecting this has no effect on code size, but will increase call
      stack size by a few words.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)