smart-green-house/rtt-uart-nb/rt-thread/components/libc/compilers/common
zifan f9b39a7dc7 version1版本硬件模块代码 2023-10-28 18:00:47 +08:00
..
sys version1版本硬件模块代码 2023-10-28 18:00:47 +08:00
SConscript version1版本硬件模块代码 2023-10-28 18:00:47 +08:00
readme.md version1版本硬件模块代码 2023-10-28 18:00:47 +08:00
termios.h version1版本硬件模块代码 2023-10-28 18:00:47 +08:00
time.c version1版本硬件模块代码 2023-10-28 18:00:47 +08:00
unistd.c version1版本硬件模块代码 2023-10-28 18:00:47 +08:00

readme.md

Attentions

  1. This folder is "common" for armlibc newlibc and dlib. It's not "common" for minilibc.

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