- 14 9月, 2014 2 次提交
-
-
由 armink_ztl 提交于
-
由 armink_ztl 提交于
-
- 13 9月, 2014 4 次提交
-
-
由 armink_ztl 提交于
-
由 armink_ztl 提交于
-
由 armink_ztl 提交于
-
由 armink_ztl 提交于
-
- 11 9月, 2014 8 次提交
- 08 9月, 2014 4 次提交
-
-
由 tcz717 提交于
drvers->drivers
-
由 Bernard Xiong 提交于
update RW009 driver.
-
由 wuyangyong 提交于
-
由 Bernard Xiong 提交于
Remove unsupport syntex for python 2.6.
-
- 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>
-
- 03 9月, 2014 1 次提交
-
-
由 Bernard Xiong 提交于
kernel/idle: fix rt_thread_idle_excute in high optimization level
-
- 02 9月, 2014 2 次提交
-
-
由 Grissiom 提交于
The rt_list_isempty has prototype of "int rt_list_isempty(const rt_list_t *l)". So the compiler has a good reason that the rt_thread_defunct list does not change within rt_thread_idle_excute thus optimize the "while" loop into a "if". So add the volatile qualifier when test against the rt_thread_defunc list.
-
由 Bernard Xiong 提交于
[Serial] BUG Fix: data be send twice in mode that other than polling
-
- 01 9月, 2014 5 次提交
-
-
由 heyuanjie87 提交于
-
由 Bernard Xiong 提交于
minilibc: define SIZE_MAX in stdint.h
-
由 Bernard Xiong 提交于
tools/building: remove the use of startupinfo
-
由 Grissiom 提交于
-
由 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.
-
- 30 8月, 2014 5 次提交
-
-
由 Bernard Xiong 提交于
Add conditional compilation about IPv6 sources and headers, change code style
-
由 hduffddybz 提交于
-
由 hduffddybz 提交于
-
由 hduffddybz 提交于
-
由 hduffddybz 提交于
-
- 29 8月, 2014 1 次提交
-
-
由 wuyangyong 提交于
-
- 28 8月, 2014 2 次提交
-
-
由 Bernard Xiong 提交于
correct netconn API usage
-
由 Bernard Xiong 提交于
fix:comment spelling mistake
-
- 27 8月, 2014 5 次提交
-
-
由 Bernard Xiong 提交于
[net] Add lwIP head porting to fetch lwIP new feature, for example IPv4/v6 dual stack.
-
由 hduffddybz 提交于
-
由 Bernard Xiong 提交于
tools/keil: preserve the order of CPPPATH
-
由 Grissiom 提交于
The order of CPPPATH is important: some project would use the order of CPPPATH to override the default configuration headers. This commit also refine the this piece of code in a more Pythonic way.
-
由 Bernard Xiong 提交于
-