- 22 5月, 2014 6 次提交
-
-
由 Bernard Xiong 提交于
Update SConscript
-
由 Bernard Xiong 提交于
Update stm32_rom.ld
-
由 Bernard Xiong 提交于
Update rtconfig.py
-
由 ralfak 提交于
-
由 ralfak 提交于
-
由 ralfak 提交于
add keil fpu support and gcc fpu support in scons building
-
- 18 5月, 2014 1 次提交
-
-
由 Bernard Xiong 提交于
Pulls
-
- 16 5月, 2014 1 次提交
-
-
由 wuyangyong 提交于
-
- 15 5月, 2014 6 次提交
-
-
由 wuyangyong 提交于
-
由 wuyangyong 提交于
-
由 wuyangyong 提交于
-
由 wuyangyong 提交于
-
由 wuyangyong 提交于
-
由 wuyangyong 提交于
-
- 05 5月, 2014 1 次提交
-
-
由 Bernard Xiong 提交于
-
- 27 4月, 2014 1 次提交
-
-
由 Bernard Xiong 提交于
-
- 25 4月, 2014 7 次提交
-
-
由 Bernard Xiong 提交于
[bsp/stm32f40x] code style change
-
由 Bernard Xiong 提交于
[bsp/lpc176x] Update emac.c
-
由 yuht 提交于
Fix PHY chip(dp83848c) init failed without Active Network.
-
由 wzyy2 提交于
TAB to 4 space
-
由 Bernard Xiong 提交于
[bsp/stm32f40x] fix the uart3
-
由 wzyy2 提交于
-
由 bernard 提交于
-
- 20 4月, 2014 2 次提交
-
-
-
由 bernard 提交于
-
- 16 4月, 2014 2 次提交
-
-
由 Bernard Xiong 提交于
[mempool] reset the thread->error before suspending thread
-
由 Grissiom 提交于
Time out result and other errors is recorded in thread->error. Dirty error will screw up the error handling code after the thread has been wake up.
-
- 15 4月, 2014 1 次提交
-
-
由 Bernard Xiong 提交于
[bsp/taihu] fix the link error
-
- 14 4月, 2014 1 次提交
-
- 13 4月, 2014 1 次提交
-
-
由 Bernard Xiong 提交于
Misc fix
-
- 12 4月, 2014 6 次提交
-
-
由 Grissiom 提交于
-
由 Grissiom 提交于
The ptr is set in the following code. So remove the first one.
-
由 Grissiom 提交于
The digit in octal numbers should with in 0~7. Check on it in token_proc_number. This issue is found by Clang.
-
由 Grissiom 提交于
-
由 Grissiom 提交于
Clang complains about "Null pointer argument in call to string comparison function". So assert on it.
-
由 Grissiom 提交于
Fix some "unused variable" and "used before set" warnings.
-
- 11 4月, 2014 1 次提交
-
-
由 Bernard Xiong 提交于
Fix scons
-
- 10 4月, 2014 3 次提交
-
-
由 Bernard Xiong 提交于
Logtrace next
-
由 Grissiom 提交于
log_session_lvl is suitable for performance critical places where in most cases, the log is turned off by level. If the session is const and the level is greater than session->lvl, the whole function will be optimized out.
-
由 Grissiom 提交于
Compiler may do more optimization when the parameter is const.
-