:orphan: .. title:: NEWLIB_LIBC_NANO .. option:: CONFIG_NEWLIB_LIBC_NANO *Build with newlib-nano C library* Type: ``bool`` Help ==== Build with newlib-nano library, for small embedded apps. The newlib-nano library for ARM embedded processors is a part of the GNU Tools for ARM Embedded Processors. Direct dependencies =================== \ :option:`HAS_NEWLIB_LIBC_NANO ` && \ :option:`NEWLIB_LIBC ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``lib/libc/Kconfig:46`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``lib/Kconfig:4`` Menu path: (Top) → C Library .. parsed-literal:: config NEWLIB_LIBC_NANO bool "Build with newlib-nano C library" default y depends on \ :option:`HAS_NEWLIB_LIBC_NANO ` && \ :option:`NEWLIB_LIBC ` help Build with newlib-nano library, for small embedded apps. The newlib-nano library for ARM embedded processors is a part of the GNU Tools for ARM Embedded Processors. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*