1. 03 1月, 2014 1 次提交
  2. 01 1月, 2014 2 次提交
  3. 18 11月, 2013 1 次提交
    • P
      finsh: fix finsh device setting · b79b9be1
      prife 提交于
      1. rt_console_get_device should be call to set shell device only when it is null, or it will make finsh_set_device useless.
      2. RT_USING_CONSOLE can be disabled in bsp/rtconfig.h
      b79b9be1
  4. 18 10月, 2013 1 次提交
    • G
      finsh: refactor the control key handling · 1e012528
      Grissiom 提交于
      We split the history handling form the key handling. So we could handle
      the direction key even if the history is disabled. As a "side effect", I
      also remove the unnecessary "use_history" bit.
      1e012528
  5. 09 10月, 2013 1 次提交
  6. 26 9月, 2013 1 次提交
  7. 22 9月, 2013 1 次提交
    • G
      finsh: unregister rx_indicate when closing the device · 6d2df9bf
      Grissiom 提交于
      Because the device could still remain opened when closed by finsh, the
      old rx_indicate is useless for finsh. Some buggy driver will still
      generate rx_indicate even after the device has been closed. So FinSh
      should unregister the rx_indicate when releasing the old device.
      6d2df9bf
  8. 31 8月, 2013 1 次提交
    • G
      finsh: use alias in the variable definition · c05b2053
      Grissiom 提交于
      With this patch, one could define two alias for the same function like:
      
          FINSH_FUNCTION_EXPORT_ALIAS(rt_hw_cpu_reset, reboot, reboot the cpu);
          FINSH_FUNCTION_EXPORT_ALIAS(rt_hw_cpu_reset, __cmd_reboot, reboot the cpu);
      
      Suitable for being used in MSH/Finsh.
      c05b2053
  9. 20 8月, 2013 1 次提交
  10. 19 8月, 2013 1 次提交
  11. 14 7月, 2013 1 次提交
  12. 05 7月, 2013 1 次提交
  13. 23 6月, 2013 1 次提交
  14. 03 6月, 2013 1 次提交
  15. 29 5月, 2013 1 次提交
  16. 05 4月, 2013 1 次提交
  17. 04 4月, 2013 1 次提交
  18. 03 4月, 2013 1 次提交
  19. 30 3月, 2013 1 次提交
  20. 22 1月, 2013 1 次提交
  21. 08 1月, 2013 1 次提交
  22. 31 12月, 2012 2 次提交
  23. 29 12月, 2012 2 次提交
  24. 28 12月, 2012 1 次提交
  25. 13 11月, 2012 1 次提交
  26. 05 11月, 2012 1 次提交
  27. 22 10月, 2012 1 次提交
  28. 10 10月, 2012 1 次提交
  29. 20 9月, 2012 1 次提交
  30. 25 8月, 2012 1 次提交
  31. 18 6月, 2012 1 次提交
  32. 14 6月, 2012 2 次提交
  33. 03 6月, 2012 1 次提交
  34. 30 5月, 2012 2 次提交
  35. 29 4月, 2012 1 次提交