1. 06 1月, 2014 1 次提交
  2. 27 12月, 2013 1 次提交
  3. 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
  4. 20 9月, 2013 1 次提交
  5. 15 10月, 2012 1 次提交
  6. 13 9月, 2010 1 次提交
  7. 05 9月, 2010 1 次提交
  8. 23 8月, 2010 1 次提交
  9. 14 7月, 2010 1 次提交
  10. 06 4月, 2010 1 次提交
  11. 03 7月, 2009 2 次提交