1. 21 7月, 2013 1 次提交
  2. 15 7月, 2013 2 次提交
  3. 14 7月, 2013 1 次提交
  4. 13 7月, 2013 1 次提交
  5. 12 7月, 2013 15 次提交
  6. 11 7月, 2013 7 次提交
  7. 10 7月, 2013 4 次提交
  8. 09 7月, 2013 3 次提交
    • wuyangyong's avatar
      enhancement hard fault exception handler. · ce4f0329
      wuyangyong 提交于
      ce4f0329
    • G
      building.py: add clang static analyzer support · 34027e65
      Grissiom 提交于
      It adds the '--clang-analyzer' option that could invoke clang as the
      static code checker. It is recommanded to work with 'scan-build' shipped
      with Clang. For example, `scan-build scons --clang-analyzer`.
      34027e65
    • G
      device: add ref_count support · 7bcce9e8
      Grissiom 提交于
      This is a simple work around to the current device stack design. A
      ref_count could let different modules to open/close the same device
      independently without interfere others in some degree.
      
      But there is still some data shared between the modules, like flag,
      open_flag and user_data. Moreover, it won't yield an error if A open a
      device, and B read from it before open it in B. Maybe alloc a new handle
      in rt_device_open will be the ultimate solution. But that is much bigger
      change and we may leave it to future development.
      7bcce9e8
  9. 06 7月, 2013 4 次提交
  10. 05 7月, 2013 1 次提交
  11. 04 7月, 2013 1 次提交