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

CONFIG_CBPRINTF_NANO

Space-optimized but feature-limited

Type: bool

Help

If selected a completely different implementation of the core
formatting capability is substituted.  This has a much smaller code
footprint, but provides fewer capabilities.

Direct dependencies

<choice CBPRINTF_IMPLEMENTATION: Capabilities of cbprintf implementation>

(Includes any dependencies from ifs and menus.)

Symbols selected by this symbol

Kconfig definition

At lib/os/Kconfig.cbprintf:16

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

Menu path: (Top) → Additional libraries → OS Support Library → Capabilities of cbprintf implementation

config CBPRINTF_NANO
    bool "Space-optimized but feature-limited"
    select CBPRINTF_LIBC_SUBSTS if MINIMAL_LIBC
    depends on <choice CBPRINTF_IMPLEMENTATION>
    help
      If selected a completely different implementation of the core
      formatting capability is substituted.  This has a much smaller code
      footprint, but provides fewer capabilities.

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