1. 09 10月, 2013 1 次提交
  2. 20 8月, 2013 2 次提交
    • G
      dev/portal: implement portal device · 6e676e77
      Grissiom 提交于
      Portal is a device that connect devices. Currently, you can only connect
      pipes in portal. Pipes are unidirectional. But with portal, you can
      construct a bidirectional device with two pipes.
      6e676e77
    • G
      dev/pipe: make pipe a type of device · 7e68096a
      Grissiom 提交于
      Pipe have many differences with char device. The main difference is
      altough pipe have both read and write, it is unidirectional in nature.
      7e68096a
  3. 24 7月, 2013 1 次提交
  4. 22 7月, 2013 1 次提交
  5. 09 7月, 2013 1 次提交
    • 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
  6. 06 7月, 2013 2 次提交
  7. 01 7月, 2013 1 次提交
  8. 29 6月, 2013 1 次提交
  9. 24 6月, 2013 1 次提交
  10. 23 6月, 2013 2 次提交
  11. 03 6月, 2013 2 次提交
  12. 29 5月, 2013 1 次提交
  13. 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
  14. 25 4月, 2013 1 次提交
  15. 09 1月, 2013 1 次提交
  16. 30 12月, 2012 2 次提交
  17. 29 12月, 2012 1 次提交
  18. 14 12月, 2012 2 次提交
  19. 16 11月, 2012 1 次提交
  20. 29 10月, 2012 1 次提交
  21. 23 10月, 2012 2 次提交
  22. 10 10月, 2012 1 次提交
  23. 05 10月, 2012 1 次提交
  24. 07 9月, 2012 1 次提交
  25. 18 6月, 2012 2 次提交
  26. 30 5月, 2012 1 次提交
  27. 23 5月, 2012 1 次提交
  28. 07 5月, 2012 1 次提交
  29. 14 4月, 2012 1 次提交
  30. 18 3月, 2012 1 次提交
  31. 17 3月, 2012 1 次提交
  32. 18 2月, 2012 1 次提交