1. 23 9月, 2013 2 次提交
    • 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
    • B
      Merge pull request #158 from grissiom/finsh-fix · 1cb4ee74
      Bernard Xiong 提交于
      finsh: unregister rx_indicate when closing the device
      1cb4ee74
  2. 22 9月, 2013 2 次提交
    • G
      finsh: unregister rx_indicate when closing the device · 6d2df9bf
      Grissiom 提交于
      Because the device could still remain opened when closed by finsh, the
      old rx_indicate is useless for finsh. Some buggy driver will still
      generate rx_indicate even after the device has been closed. So FinSh
      should unregister the rx_indicate when releasing the old device.
      6d2df9bf
    • B
      Delete SConscript · 7bdb082c
      Bernard Xiong 提交于
      7bdb082c
  3. 21 9月, 2013 1 次提交
  4. 20 9月, 2013 1 次提交
  5. 17 9月, 2013 2 次提交
  6. 15 9月, 2013 1 次提交
  7. 14 9月, 2013 2 次提交
  8. 08 9月, 2013 1 次提交
  9. 07 9月, 2013 8 次提交
  10. 06 9月, 2013 2 次提交
  11. 04 9月, 2013 2 次提交
  12. 03 9月, 2013 4 次提交
  13. 02 9月, 2013 1 次提交
  14. 01 9月, 2013 1 次提交
  15. 31 8月, 2013 3 次提交
  16. 27 8月, 2013 1 次提交
  17. 22 8月, 2013 2 次提交
  18. 21 8月, 2013 1 次提交
  19. 20 8月, 2013 3 次提交