rt-thread-official/components/libc/compilers/common
Bernard Xiong 2bf53d315d
Merge pull request #4369 from mysterywolf/removeminilibc
[libc]移除minilibc 并将其职能并入newlibc中
2021-02-27 09:12:45 +08:00
..
sys move clock_time_to_tick to time.c 2021-02-12 20:36:17 +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 [kernel] rearrange rt_thread_control() - schedule the thread when close it 2021-02-24 16:29:43 +08:00
termios.h 增加#include <rtconfig.h> 防止开启termios功能后报错 2020-11-23 01:14:44 +08:00
time.c move clock_time_to_tick to time.c 2021-02-12 20:36:17 +08:00
unistd.c update 2021-02-22 17:02:45 +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'])