1. 08 4月, 2014 1 次提交
  2. 11 3月, 2014 1 次提交
  3. 11 1月, 2014 2 次提交
  4. 21 12月, 2013 1 次提交
  5. 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
  6. 22 7月, 2013 1 次提交
  7. 30 6月, 2013 1 次提交
  8. 24 6月, 2013 2 次提交
  9. 24 5月, 2013 1 次提交
    • G
      add rm48x50 bsp and libcpu · f51bce3f
      Grissiom 提交于
      We currently only support building with CCS and SCons is not using.
      bsp/rm48x50/HALCoGen/HALCoGen.{hcg,dil} is the HALCoGen project file.
      You may need to regenerate the source file as you like, providing that:
      
          1, IRQ is in Dispatch Mode and the table entry is IRQ_Handler. The
          channel 5 in enabled and connected to IRQ.
      
          2, RTI driver is enabled and compare3 source is selected to counter1
          and the compare3 will generate tick in the period of 10ms. This
          value is coresponding with RT_TICK_PER_SECOND in rtconfig.h.
      
      In CCS, you need to create a new CCS project and create link folders
      pointing at bsp/rm48x50, libcpu/arm/rm48x50 and src/, include/. Remember
      to add the include path to the Build Properties.
      f51bce3f
  10. 17 4月, 2013 1 次提交
  11. 26 3月, 2013 1 次提交
  12. 19 3月, 2013 2 次提交
  13. 28 11月, 2012 1 次提交
  14. 05 10月, 2012 1 次提交
  15. 07 9月, 2012 1 次提交
  16. 05 9月, 2012 1 次提交
  17. 06 7月, 2012 1 次提交
  18. 12 6月, 2012 1 次提交
  19. 02 6月, 2012 1 次提交
  20. 30 5月, 2012 1 次提交
  21. 14 4月, 2012 1 次提交
  22. 22 3月, 2012 1 次提交
  23. 21 3月, 2012 1 次提交
  24. 17 3月, 2012 1 次提交
  25. 30 1月, 2012 1 次提交
  26. 23 9月, 2011 1 次提交
  27. 28 8月, 2011 1 次提交
  28. 15 8月, 2011 1 次提交
  29. 05 7月, 2011 1 次提交
  30. 29 6月, 2011 1 次提交
  31. 15 6月, 2011 1 次提交
  32. 12 6月, 2011 1 次提交
  33. 09 6月, 2011 1 次提交
  34. 16 5月, 2011 1 次提交
  35. 24 1月, 2011 1 次提交
  36. 10 12月, 2010 1 次提交
  37. 29 11月, 2010 1 次提交