rt-thread-official/components/libc/compilers/common
guozhanxin 40e7d5a23d Merge remote-tracking branch 'remotes/gitee/master' 2021-07-12 10:14:20 +08:00
..
none-gcc [sys/errno.h] 修复armclang支持问题 2021-06-13 17:27:16 +08:00
sys [libc][rtlibc] remove libc_ioctl.h 2021-05-23 00:17:08 +08:00
SConscript implement delay.c/.h 2021-06-16 14:15:31 +08:00
delay.c implement delay.c/.h 2021-06-16 14:15:31 +08:00
delay.h implement delay.c/.h 2021-06-16 14:15:31 +08:00
dirent.h 更改libc目录为common 以及 none-gcc 2021-04-25 21:10:31 +08:00
readme.md 更改libc目录为common 以及 none-gcc 2021-04-25 21:10:31 +08:00
stdlib.c 更改libc目录为common 以及 none-gcc 2021-04-25 21:10:31 +08:00
termios.h 更改libc目录为common 以及 none-gcc 2021-04-25 21:10:31 +08:00
time.c Merge remote-tracking branch 'remotes/gitee/master' 2021-07-12 10:14:20 +08:00
unistd.c [sleep] 加入调度器尚未运行时的延时情况 2021-06-16 12:16:11 +08:00

readme.md

Attentions

  1. This folder is "common" for all toolchains.

  2. If you want to add new .c files, please do not forget to fix SConscript file too. eg:

if GetDepend('RT_USING_POSIX') == False:
        SrcRemove(src, ['unistd.c'])