- 22 5月, 2014 1 次提交
-
-
由 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 6 次提交
-
-
由 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.
-
由 Bernard Xiong 提交于
[USB]fix rt_usbd_set_config() BUG which set the USB device to configurat...
-
由 Grissiom 提交于
In SCons manual: ================= In order to inform the C compiler about the repositories, SCons will add appropriate -I flags to the compilation commands for each directory in the $CPPPATH list. So if we add the current directory to the construction environment $CPPPATH like so: env = Environment(CPPPATH = ['.']) env.Program('hello.c') Repository('/usr/repository1') Then re-executing SCons yields: % scons -Q cc -o hello.o -c -I. -I/usr/repository1 hello.c cc -o hello hello.o ================= The additional include directory is definitely not what we want. Just remove the additional Repository line.
-
由 Grissiom 提交于
BSPs could have their own components/ etc. If they point to the same folder, SCons would find the wrong source code to compile.
-
- 09 4月, 2014 2 次提交
-
-
由 Bernard Xiong 提交于
update MSH ifconfig and add MSH netstat.
-
由 wuyangyong 提交于
-