:orphan: .. title:: CBPRINTF_NANO .. option:: 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 =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :option:`CBPRINTF_LIBC_SUBSTS ` if \ :option:`MINIMAL_LIBC ` Kconfig definition ================== .. highlight:: kconfig At ``lib/os/Kconfig.cbprintf:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``lib/Kconfig:16`` → ``lib/os/Kconfig:73`` Menu path: (Top) → Additional libraries → OS Support Library → Capabilities of cbprintf implementation .. parsed-literal:: config CBPRINTF_NANO bool "Space-optimized but feature-limited" select \ :option:`CBPRINTF_LIBC_SUBSTS ` if \ :option:`MINIMAL_LIBC ` depends on \ :ref:` ` 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.)*