-
choice LIBC_IMPLEMENTATION: C Library Implementation
C Library Implementation
Type: bool
Defaults¶
Choice options¶
Kconfig definition¶
At <Zephyr Library>/libc/Kconfig:18
Included via Kconfig:8
→ Kconfig.zephyr:43
→ <Zephyr Library>/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.)