Man, Jianting (Meco) a514b3bd16 [components][kconfig] 整理Kconfig目录名称和结构 (#5698) 3 lat temu
..
delay 075e04e344 the support for PSE51 (#5534) 4 lat temu
io ffae7a2612 [fix] add the header file to avoid compiler error. (#5643) 3 lat temu
ipc bb1084556f [console] 解决在没有定义RT_USING_DEVICE的情况下使用device报错的问题 4 lat temu
libdl 5ec00a5a1d [dmodule] 补充头文件 (#5602) 3 lat temu
pthreads 075e04e344 the support for PSE51 (#5534) 4 lat temu
signal 075e04e344 the support for PSE51 (#5534) 4 lat temu
Kconfig a514b3bd16 [components][kconfig] 整理Kconfig目录名称和结构 (#5698) 3 lat temu
SConscript b513d37cf2 [libc][posix] create 'posix' folder and move related files into it 4 lat temu
readme.md 31c3214faf [posix][io]整理posix/io文件夹 (#5539) 4 lat temu

readme.md

This folder provides functions that are not part of the standard C library but are part of the POSIX.1 (IEEE Standard 1003.1) standard.

NOTE

  1. For consistency of compilation results across the different of platforms(gcc, keil, iar) , use:
    • #include <sys/time.h> to instead of #include <time.h>
    • #include <sys/errno.h> to instead of #include <errno.h>
    • #include <sys/signal.h> to instead of #include <signal.h>