1. 30 11月, 2017 1 次提交
  2. 02 11月, 2017 1 次提交
  3. 15 10月, 2017 1 次提交
  4. 18 9月, 2017 1 次提交
  5. 15 9月, 2017 1 次提交
  6. 24 7月, 2017 1 次提交
  7. 14 4月, 2017 1 次提交
  8. 31 1月, 2017 1 次提交
  9. 19 8月, 2016 1 次提交
  10. 12 8月, 2016 1 次提交
  11. 01 8月, 2016 1 次提交
  12. 18 4月, 2016 1 次提交
  13. 10 9月, 2015 1 次提交
    • G
      open and then get the new device · b886340e
      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,以上述修改可避开这样的矛盾。
      b886340e
  14. 03 8月, 2015 1 次提交
  15. 11 6月, 2015 1 次提交
  16. 20 5月, 2015 1 次提交
  17. 21 1月, 2015 1 次提交
  18. 04 1月, 2015 1 次提交
  19. 11 9月, 2014 1 次提交
  20. 26 6月, 2014 1 次提交
  21. 24 9月, 2013 1 次提交
  22. 23 9月, 2013 1 次提交
    • G
      kservice: export vsnprintf as rt_vsnprintf · 7b0a3afd
      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.
      7b0a3afd
  23. 24 6月, 2013 2 次提交
  24. 10 4月, 2013 1 次提交
  25. 23 3月, 2013 1 次提交
  26. 25 12月, 2012 1 次提交
  27. 22 12月, 2012 1 次提交
  28. 23 11月, 2012 1 次提交
  29. 22 10月, 2012 1 次提交
  30. 27 8月, 2012 1 次提交
  31. 18 7月, 2012 1 次提交
  32. 30 5月, 2012 1 次提交
  33. 14 4月, 2012 1 次提交
  34. 22 3月, 2012 1 次提交
  35. 17 3月, 2012 1 次提交
  36. 30 1月, 2012 1 次提交
  37. 31 12月, 2011 2 次提交
  38. 29 12月, 2011 1 次提交