- 25 9月, 2018 1 次提交
-
-
由 Bernard Xiong 提交于
-
- 23 9月, 2018 1 次提交
-
-
由 Bernard Xiong 提交于
-
- 14 9月, 2018 1 次提交
-
-
由 Bernard Xiong 提交于
Update license for RT-Thread kernel.
-
- 30 8月, 2018 1 次提交
-
-
由 Bernard Xiong 提交于
-
- 15 7月, 2018 1 次提交
-
-
由 Bernard Xiong 提交于
-
- 02 3月, 2018 1 次提交
-
-
由 armink_ztl 提交于
-
- 24 2月, 2018 1 次提交
-
-
由 emlslxl 提交于
-
- 30 11月, 2017 1 次提交
-
-
由 bernard 提交于
rename _errno to __rt_errno for conflict in WIN32.
-
- 02 11月, 2017 1 次提交
-
-
由 flyingcys 提交于
-
- 15 10月, 2017 1 次提交
-
-
由 bernard 提交于
1. Add signal implementation; 2. Change the 'rt_uint8_t' of cmd to 'int';
-
- 18 9月, 2017 1 次提交
-
-
由 xieyangrun 提交于
-
- 15 9月, 2017 1 次提交
-
-
由 emlslxl 提交于
-
- 24 7月, 2017 1 次提交
-
-
由 tanek liang 提交于
-
- 14 4月, 2017 1 次提交
-
-
由 armink_ztl 提交于
Update year info from 2016 to 2017
-
- 31 1月, 2017 1 次提交
-
-
由 bernard 提交于
-
- 19 8月, 2016 1 次提交
-
-
由 dogandog 提交于
chang /*@{*/ to /**@{*/ and /*@}*/ to /**@}*/
-
- 12 8月, 2016 1 次提交
-
-
由 z13955633063 提交于
-
- 01 8月, 2016 1 次提交
-
-
由 Jason Pan 提交于
-
- 18 4月, 2016 1 次提交
-
-
由 Bernard Xiong 提交于
-
- 10 9月, 2015 1 次提交
-
-
由 GalaIO 提交于
in rt_console_set_device, open new device first and get the new device to _console_device. 我在编写程序时,在device驱动中打印log,但是使用rt_kprintf时,如果_console_device存在非空,那就执行驱动的write函数,但是这是device还没有初始化成功,但是已经提前给_console_device赋值,导致了程序无故fault,以上述修改可避开这样的矛盾。
-
- 03 8月, 2015 1 次提交
-
-
由 Bernard Xiong 提交于
-
- 11 6月, 2015 1 次提交
-
-
由 armink_ztl 提交于
-
- 20 5月, 2015 1 次提交
-
-
由 prife 提交于
-
- 21 1月, 2015 1 次提交
-
-
由 Bernard Xiong 提交于
-
- 04 1月, 2015 1 次提交
-
- 11 9月, 2014 1 次提交
-
-
由 bernard 提交于
-
- 26 6月, 2014 1 次提交
-
-
由 bernard 提交于
-
- 24 9月, 2013 1 次提交
-
-
由 wuyangyong 提交于
-
- 23 9月, 2013 1 次提交
-
-
由 Grissiom 提交于
vsnprintf is a common string function that could be used in many places. Using both vsnprintf in libc and vsnprintf in the RTT could make a bigger image. Moreover, if newlib is not enabled when compiling with GCC, referencing vsnprintf will lead to link error: .../arm-none-eabi/lib/armv7-ar/thumb/softfp/libc.a(lib_a-sbrkr.o): In function `_sbrk_r': sbrkr.c:(.text._sbrk_r+0xc): undefined reference to `_sbrk' collect2: error: ld returned 1 exit status Using rt_vsnprintf could avoid such problem.
-
- 24 6月, 2013 2 次提交
-
-
由 Bernard Xiong 提交于
-
由 Bernard Xiong 提交于
-
- 10 4月, 2013 1 次提交
-
-
由 yiyue.fang 提交于
2006 - 2013 Copyright by rt-thread team
-
- 23 3月, 2013 1 次提交
-
-
由 Bernard Xiong 提交于
-
- 25 12月, 2012 1 次提交
-
-
由 dzzxzz@gmail.com 提交于
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2522 bbd45198-f89e-11dd-88c7-29a3b14d5316
-
- 22 12月, 2012 1 次提交
-
-
由 bernard.xiong@gmail.com 提交于
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2507 bbd45198-f89e-11dd-88c7-29a3b14d5316
-
- 23 11月, 2012 1 次提交
-
-
由 bernard.xiong@gmail.com 提交于
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2434 bbd45198-f89e-11dd-88c7-29a3b14d5316
-
- 22 10月, 2012 1 次提交
-
-
由 bernard.xiong@gmail.com 提交于
fixed mutex issue in memheap; fixed compiling issue in kservice.c when COMPILER is not defined; add finsh for win32 porting. git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2365 bbd45198-f89e-11dd-88c7-29a3b14d5316
-
- 27 8月, 2012 1 次提交
-
-
由 qiuyiuestc 提交于
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2263 bbd45198-f89e-11dd-88c7-29a3b14d5316
-
- 18 7月, 2012 1 次提交
-
-
由 bernard.xiong@gmail.com 提交于
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2220 bbd45198-f89e-11dd-88c7-29a3b14d5316
-
- 30 5月, 2012 1 次提交
-
-
由 bernard.xiong@gmail.com 提交于
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2137 bbd45198-f89e-11dd-88c7-29a3b14d5316
-