Bernard Xiong b12615f344
Merge pull request #4427 from mysterywolf/components
[components] auto & manual formatted
2021-03-16 13:53:54 +08:00
..
2021-02-23 11:28:25 +08:00
2021-02-23 03:21:16 +08:00
2021-03-08 18:19:04 +08:00
2021-03-08 18:19:04 +08:00
2021-03-08 18:19:04 +08:00
2021-03-08 18:19:04 +08:00

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