zephyr/lib/libc
Keith Packard e0b540d432 lib/libc: Mark picolibc as providing full C library support
Select FULL_LIBC_SUPPORTED when picolibc is available.

Add picolibc as a secondary default C library when REQUIRES_FULL_LIBC is
selected. This is necessary as tests gated on FULL_LIBC_SUPPORTED need to
be sure that a full C library will be selected -- if only picolibc is
available, those tests will need to select that.

This should permit use of a picolibc-only crosstool-ng toolchain in
testing.

Signed-off-by: Keith Packard <keithp@keithp.com>
2023-04-27 20:18:11 +09:00
..
arcmwdt
armstdc armstdc: add limits.h header 2023-04-25 12:18:55 +02:00
common lib/libc: Move malloc from minimal to common library 2023-04-27 20:17:24 +09:00
minimal lib/libc: Move malloc from minimal to common library 2023-04-27 20:17:24 +09:00
newlib init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
picolibc lib/picolibc: Use zephyr_libc_link_libraries to find toolchain lib 2023-04-17 11:13:17 +02:00
CMakeLists.txt
Kconfig lib/libc: Mark picolibc as providing full C library support 2023-04-27 20:18:11 +09:00