1. 08 9月, 2014 1 次提交
  2. 21 7月, 2014 1 次提交
  3. 19 7月, 2014 1 次提交
  4. 18 7月, 2014 1 次提交
  5. 03 3月, 2014 1 次提交
  6. 26 2月, 2014 1 次提交
  7. 21 10月, 2013 1 次提交
    • G
      initialize timer in bsp · 2a9e893c
      Grissiom 提交于
      With new timer algorithm, timer should be initialized during startup. So
      add them to the bsps. Use these commands to get which bsp is missing
      calling the function:
      
          % git grep rt_system_timer_init bsp|sed -n 's|bsp/\([^/]*\).*|\1|p' | sort | uniq > have_tm_init
          % ls -1 bsp |sed -n 's|\([^/]*\).*|\1|p' | sort > all_bsp
          % comm -3 all_bsp have_tm_init
          beaglebone
          lpc176x
          lpc178x
          ls1bdev
          mb9bf506r
          stm32f10x
          xplorer4330
      2a9e893c
  8. 03 9月, 2013 1 次提交
    • G
      stm32f10x: fix the rtgui initialization · d7076122
      Grissiom 提交于
      The rtgui_system_server_init prototype is wrong. And if we use
      RT_USING_COMPONENTS_INIT, there is no need to call
      rtgui_system_server_init again.
      d7076122
  9. 12 7月, 2013 11 次提交
  10. 11 7月, 2013 2 次提交
  11. 08 6月, 2013 1 次提交
  12. 24 2月, 2013 1 次提交
  13. 20 2月, 2013 3 次提交
  14. 08 1月, 2013 1 次提交
  15. 13 11月, 2012 1 次提交
  16. 20 9月, 2012 1 次提交
  17. 19 6月, 2012 1 次提交
  18. 18 6月, 2012 1 次提交
  19. 14 4月, 2012 2 次提交
  20. 09 4月, 2012 1 次提交
  21. 03 1月, 2012 1 次提交
  22. 31 12月, 2011 1 次提交
  23. 21 12月, 2011 1 次提交
  24. 01 12月, 2011 2 次提交
  25. 28 11月, 2011 1 次提交