:orphan: .. title:: CONFIG_CBPRINTF_NANO .. kconfig:: CONFIG_CBPRINTF_NANO CONFIG_CBPRINTF_NANO #################### *Space-optimized but feature-limited* Type: ``bool`` Help ==== .. code-block:: none 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 =============================== - \ :kconfig:`CBPRINTF_LIBC_SUBSTS ` if \ :kconfig:`MINIMAL_LIBC ` Kconfig definition ================== At ``/os/Kconfig.cbprintf:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:10`` → ``/os/Kconfig:81`` Menu path: (Top) → Additional libraries → OS Support Library → Capabilities of cbprintf implementation .. code-block:: kconfig config CBPRINTF_NANO bool "Space-optimized but feature-limited" select CBPRINTF_LIBC_SUBSTS if MINIMAL_LIBC depends on 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.)*