- 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 8 次提交
-
-
由 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 提交于
-
-
由 Bernard Xiong 提交于
-
由 Bernard Xiong 提交于
[finsh] fixed finsh issue.
-
- 26 8月, 2014 1 次提交
-
-
由 weety 提交于
-
- 25 8月, 2014 3 次提交
-
-
由 hduffddybz 提交于
-
由 hduffddybz 提交于
-
由 hduffddybz 提交于
-
- 24 8月, 2014 1 次提交
-
-
由 tcz717 提交于
relation=>relocation
-
- 22 8月, 2014 2 次提交
-
-
由 Bernard Xiong 提交于
-
由 Bernard Xiong 提交于
-
- 20 8月, 2014 3 次提交
-
-
由 Bernard Xiong 提交于
kernel: mempool: fix race condition in rt_mp_alloc
-
由 Grissiom 提交于
-
由 Grissiom 提交于
When thread wake up from waiting for memory, there is a chance that there is no memory available in high pressure. So use a loop to check again. Otherwise, there will be a NULL reference.
-
- 19 8月, 2014 2 次提交
-
-
由 Bernard Xiong 提交于
Ls1b
-
由 Bernard Xiong 提交于
[BSP]BM9BF618S:fix timer initialization issue.
-
- 18 8月, 2014 5 次提交
-
-
由 hduffddybz 提交于
-
由 Grissiom 提交于
-
由 Grissiom 提交于
-
由 Grissiom 提交于
-
由 Grissiom 提交于
-