The latest development version of this page may be more current than this released 2.1.0 version.
choice LIBC_IMPLEMENTATION: C Library Implementation

C Library Implementation

Type: bool

Kconfig definition

At lib/libc/Kconfig:14

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

Menu path: (Top) → C Library

choice LIBC_IMPLEMENTATION
    bool "C Library Implementation"
    default EXTERNAL_LIBC if NATIVE_APPLICATION
    default NEWLIB_LIBC if REQUIRES_FULL_LIBC
    default MINIMAL_LIBC

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