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 <Zephyr>/lib/os/Kconfig.cbprintf:32

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/lib/Kconfig:16<Zephyr>/lib/os/Kconfig:63

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: Control range of convertible integer values>
    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.)