1. 17 11月, 2013 1 次提交
  2. 07 11月, 2013 1 次提交
  3. 06 11月, 2013 4 次提交
  4. 04 11月, 2013 2 次提交
    • wuyangyong's avatar
      Merge pull request #189 from bright-pan/master · 56cb5752
      wuyangyong 提交于
      Fix hardfault bug for gcc port
      56cb5752
    • B
      Fix hardfault bug for gcc port · 06987e72
      Bright Pan 提交于
      for 2013-02-20 aozima commmit "port for gcc", but the commit is
      not tested,and the kernel is breakdown in context_gcc.S, the file
      is a copy from cortex-m3,but not port for cortex-m0, so i complete
      this port for aozima, test it in stm32f0discovery board ,
      and it works fine.
      06987e72
  5. 28 10月, 2013 1 次提交
  6. 26 10月, 2013 2 次提交
  7. 25 10月, 2013 5 次提交
  8. 23 10月, 2013 6 次提交
  9. 21 10月, 2013 2 次提交
    • B
      Merge pull request #182 from grissiom/fix-timer-init · ac5da68d
      Bernard Xiong 提交于
      initialize timer in bsp
      ac5da68d
    • 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
  10. 20 10月, 2013 6 次提交
  11. 19 10月, 2013 4 次提交
  12. 18 10月, 2013 5 次提交
  13. 17 10月, 2013 1 次提交