rt-thread/components/libc/compilers
Man, Jianting (Meco) 6369e89502
[posix] POSIX standard implementation for PSE51 (#5384)
* [posix] POSIX standard implementation for PSE51

- add some posix's interfaces that we haven't before.
- these PR have passed the interface definition test across gcc platfrom;
- have tested base on qemu-a9 and stm32h750-art-pi.

* [newlib] only enable POSIX.1-1990

* update projects
2021-12-17 15:34:17 +08:00
..
armlibc [libc][keil] fix the bug of _sys_read and _sys_write 2021-12-01 02:19:15 -05:00
common [posix] POSIX standard implementation for PSE51 (#5384) 2021-12-17 15:34:17 +08:00
dlib revise RT_USING_POSIX_STDIO to RT_USING_POSIX_DEVIO 2021-11-24 08:41:10 -05:00
gcc [posix] POSIX standard implementation for PSE51 (#5384) 2021-12-17 15:34:17 +08:00
SConscript [libc] Build correct SConscript file. 2017-10-13 12:44:54 +08: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.