Meco Man 8213bbd92e update 4 yıl önce
..
delay bb1084556f [console] 解决在没有定义RT_USING_DEVICE的情况下使用device报错的问题 4 yıl önce
io 8213bbd92e update 4 yıl önce
ipc bb1084556f [console] 解决在没有定义RT_USING_DEVICE的情况下使用device报错的问题 4 yıl önce
pthreads 6369e89502 [posix] POSIX standard implementation for PSE51 (#5384) 4 yıl önce
signal ed09f38012 [libc] remove RT_USING_LIBC 4 yıl önce
src c8dcf7cc68 [libc]rename group name 4 yıl önce
Kconfig 918ee6147c add RT_USING_POSIX_STDIO 4 yıl önce
SConscript b513d37cf2 [libc][posix] create 'posix' folder and move related files into it 4 yıl önce
readme.md 6369e89502 [posix] POSIX standard implementation for PSE51 (#5384) 4 yıl önce

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) , you better use #include <sys/time.h> to instead of #include <time.h>.