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

Build with minimal libc long long printf

Type: bool

Help

Build with long long printf enabled. This will increase the size of the image.

Direct dependencies

MINIMAL_LIBC

(Includes any dependencies from ifs and menus.)

Default

Kconfig definition

At lib/libc/Kconfig:124

Included via Kconfig:8Kconfig.zephyr:33lib/Kconfig:4

Menu path: (Top) → C Library

config MINIMAL_LIBC_LL_PRINTF
    bool "Build with minimal libc long long printf" if !64BIT
    default y if 64BIT
    depends on MINIMAL_LIBC
    help
      Build with long long printf enabled. This will increase the size of
      the image.

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