rt-thread/components/libc/compilers/common
Meco Man 9d17aa7ce5 [libc][ioctl] 将sys/ioctl.h移至common文件夹 2021-03-17 02:37:42 +08:00
..
sys [libc][ioctl] 将sys/ioctl.h移至common文件夹 2021-03-17 02:37:42 +08:00
SConscript remove minilibc 2021-02-23 03:21:16 +08:00
readme.md update readme 2021-02-23 11:28:25 +08:00
stdlib.c [compoenets] auto & manual formatted 2021-03-08 18:19:04 +08:00
termios.h [compoenets] auto & manual formatted 2021-03-08 18:19:04 +08:00
time.c [compoenets] auto & manual formatted 2021-03-08 18:19:04 +08:00
unistd.c [compoenets] auto & manual formatted 2021-03-08 18:19:04 +08:00

readme.md

Attentions

  1. This folder is "common" for armlibc newlibc and dlib.

  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'])