rt-thread-official/components/libc/compilers/common
Meco Man d60c968902 [libc] 优化fcntl.h定义 2021-09-24 23:41:09 -04:00
..
nogcc [update] Add a blank line at the end 2021-09-18 09:57:35 +08:00
partial 刷新龙芯工程 2021-09-15 11:50:53 -04:00
sys [libc][time] 修复数据类型报警 2021-09-18 16:46:53 -04: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 优化dfs.h和dirent.h的包含关系 2021-09-01 09:28:16 -04:00
fcntl.h [libc] 优化fcntl.h定义 2021-09-24 23:41:09 -04:00
poll.h 使用poll.h代替dfs_poll.h 2021-09-11 11:56:54 -04: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 [libc][time] 修复数据类型报警 2021-09-18 16:46:53 -04: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'])