Lines Matching full:minimal
3 Minimal libc
6 The most basic C library, named "minimal libc", is part of the Zephyr codebase
7 and provides the minimal subset of the standard C library required to meet the
15 The minimal libc implementation can be found in :file:`lib/libc/minimal` in the
21 The minimal libc implements the minimal subset of the ISO/IEC 9899:2011
29 The minimal libc does not implement its own formatted output processor;
40 The minimal libc uses the malloc api family implementation provided by the
53 other de-facto standard sources have been added to the minimal libc.
55 A conscious effort is made in Zephyr to keep the values of the minimal libc
57 libraries supported by Zephyr. The minimal libc :file:`errno.h` is checked
67 .. _`errno.h`: https://github.com/zephyrproject-rtos/zephyr/blob/main/lib/libc/minimal/include/errn…