Motion_EC_HC32_archived/rt-thread/components/libc/compilers/common
张程凯 752b91920a 更改系统分支为4.0.x分支 2022-01-10 17:10:14 +08:00
..
nogcc 更改系统分支为4.0.x分支 2022-01-10 17:10:14 +08:00
sys 更改系统分支为4.0.x分支 2022-01-10 17:10:14 +08:00
SConscript 更改系统分支为4.0.x分支 2022-01-10 17:10:14 +08:00
delay.c 更改系统分支为4.0.x分支 2022-01-10 17:10:14 +08:00
delay.h 更改系统分支为4.0.x分支 2022-01-10 17:10:14 +08:00
dirent.h initial 2022-01-10 16:20:39 +08:00
poll.h 更改系统分支为4.0.x分支 2022-01-10 17:10:14 +08:00
readme.md 更改系统分支为4.0.x分支 2022-01-10 17:10:14 +08:00
stdlib.c initial 2022-01-10 16:20:39 +08:00
termios.h 更改系统分支为4.0.x分支 2022-01-10 17:10:14 +08:00
time.c 更改系统分支为4.0.x分支 2022-01-10 17:10:14 +08:00
unistd.c 更改系统分支为4.0.x分支 2022-01-10 17:10:14 +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'])