- 07 6月, 2018 2 次提交
-
-
由 armink_ztl 提交于
-
由 armink_ztl 提交于
-
- 04 6月, 2018 1 次提交
-
-
由 ArdaFu 提交于
-
- 31 5月, 2018 1 次提交
-
-
由 Bernard Xiong 提交于
-
- 30 5月, 2018 1 次提交
-
-
由 Bernard Xiong 提交于
-
- 14 5月, 2018 1 次提交
-
-
由 Bernard Xiong 提交于
Add cconfig.h file for different version of GCC, which is automatically detected and generated by scons script.
-
- 15 4月, 2018 1 次提交
-
-
由 Bernard Xiong 提交于
-
- 07 4月, 2018 1 次提交
-
-
由 wuyangyong 提交于
-
- 01 3月, 2018 1 次提交
-
-
由 Bernard Xiong 提交于
-
- 16 1月, 2018 1 次提交
-
-
由 Bernard Xiong 提交于
-
- 29 12月, 2017 1 次提交
-
-
由 bernard 提交于
-
- 02 12月, 2017 1 次提交
-
-
由 bernard 提交于
-
- 30 11月, 2017 1 次提交
-
-
由 Bernard Xiong 提交于
-
- 25 11月, 2017 1 次提交
-
-
由 bernard 提交于
-
- 13 11月, 2017 1 次提交
-
-
由 MurphyZhao 提交于
-
- 06 11月, 2017 1 次提交
-
-
由 Bernard Xiong 提交于
-
- 04 11月, 2017 1 次提交
-
-
由 bernard 提交于
-
- 02 11月, 2017 1 次提交
-
-
由 bernard 提交于
-
- 24 10月, 2017 1 次提交
-
-
由 wuyangyong 提交于
-
- 31 1月, 2017 1 次提交
-
-
由 Bernard Xiong 提交于
-
- 28 10月, 2016 1 次提交
-
-
由 Bernard Xiong 提交于
-
- 08 3月, 2016 1 次提交
-
-
由 onelife 提交于
Example "rtconfig.h" content: ... //#define BOARD_USING_LED #if defined(BOARD_USING_LED) #define RT_USING_RTGUI #endif ... - Before patching, RTGUI module will be built although not intend to do so. - After patching, RTGUI module will not be built.
-
- 14 10月, 2015 1 次提交
-
-
由 Bernard Xiong 提交于
-
- 11 10月, 2015 1 次提交
-
-
由 Bernard Xiong 提交于
-
- 09 8月, 2015 1 次提交
-
-
由 Bernard Xiong 提交于
-
- 04 8月, 2015 1 次提交
-
-
由 Bernard Xiong 提交于
-
- 27 7月, 2015 1 次提交
-
-
由 Bernard Xiong 提交于
-
- 25 7月, 2015 1 次提交
-
-
由 Bernard Xiong 提交于
-
- 04 5月, 2015 1 次提交
-
-
由 Bernard Xiong 提交于
-
- 10 4月, 2015 1 次提交
-
-
由 Bernard Xiong 提交于
-
- 18 3月, 2015 1 次提交
-
-
由 Grissiom 提交于
The global variables in the building.py are totally a pile of shit.
-
- 14 3月, 2015 1 次提交
-
-
由 Bernard Xiong 提交于
Add bsp_directory for PrepareModuleBuilding function and module building environment can parse rtconfig.h too.
-
- 23 1月, 2015 1 次提交
-
-
由 Bernard Xiong 提交于
-
- 19 11月, 2014 2 次提交
-
-
由 Bright Pan 提交于
-
由 Bright Pan 提交于
-
- 18 11月, 2014 1 次提交
-
-
由 Grissiom 提交于
The source files can be the raw file names end with .c or .o. So return the raw file names is more flexible than wrap them with Object.
-
- 08 10月, 2014 2 次提交
-
-
由 Grissiom 提交于
If the src is empty list, it will crash at: IndexError: list index out of range: File "/home/xxx/src/SConstruct", line 39: objs = PrepareBuilding(env, RTT_ROOT, has_libcpu=True) ... File "/home/xxx/src/drivers/SConscript", line 12: SrcRemove(src, src_need_remove) File "/home/rt-thread-stable/tools/building.py", line 496: if type(src[0]) == type('str'):
-
由 Grissiom 提交于
The order of them are important while the uniqueness has nothing to do with the compiling.
-
- 06 9月, 2014 1 次提交
-
-
由 Xiongfei Guo 提交于
Dict Comprehensions is imported in Python 2.7 & 3.0 which is PEP 274 [1]. Some OS like CentOS 6 which is use Python 2.6 cannot support this syntex. [1] http://legacy.python.org/dev/peps/pep-0274/Signed-off-by: NXiongfei Guo <xfguo@credosemi.com>
-
- 01 9月, 2014 1 次提交
-
-
由 Grissiom 提交于
The startupinfo does not have any visible effects on the building process and some old Python version does not have it at all. So remove it for the seek of simple. Tested `scons -j4` in a dual core virtual machine.
-