rt-thread-official/components/libc/compilers
Meco Man 873fd76b2f [libc] add RT_USING_INTERNAL_LIBC_ONLY macro
This option is for RT-Thread Nano version.
If select this option, it will not compile components/libc
folder and only use tool chain internal libc. Normally, the
tool chain internal is only cover ISO standard (e.g. armcc),
but some tool chains' internal libc will cover more than
ISO standard (e.g. newlib).
2023-11-21 23:22:55 -05:00
..
armlibc [libc][posix/io/stdio] rename libc.c as posix/stdio.c 2023-08-17 02:22:53 -04:00
common [fix] sal build error. 2023-11-16 16:25:37 +08:00
dlib [libc][posix/io/stdio] rename libc.c as posix/stdio.c 2023-08-17 02:22:53 -04:00
musl [libc] support external third pary libc software package (#7425) 2023-04-30 12:19:57 +08:00
newlib [libc][posix/io/stdio] rename libc.c as posix/stdio.c 2023-08-17 02:22:53 -04:00
picolibc [libc][picolibc] improve gcc picolibc support 2023-11-08 02:09:09 -05:00
SConscript [libc] add RT_USING_INTERNAL_LIBC_ONLY macro 2023-11-21 23:22:55 -05:00
readme.md [libc][posix] add readme 2021-11-08 14:15:56 -05:00

readme.md

This folder provides uniformed header files crossing different compiler platforms, and supports basic standard C library functions, such as memory management and time management, etc.