1. 11 10月, 2013 1 次提交
    • G
      kernel: add RT_DEBUG_IN_THREAD_CONTEXT · 6f71308e
      Grissiom 提交于
      In thread context means: 1) the scheduler has been started; 2) not in
      interrupt context. It is more stronger than RT_DEBUG_NOT_IN_INTERRUPT.
      With this commit, you will catch the error on situations like taking
      mutex before scheduling instead of crashing on NULL pointer reference.
      6f71308e
  2. 09 10月, 2013 7 次提交
  3. 01 10月, 2013 2 次提交
  4. 28 9月, 2013 3 次提交
  5. 26 9月, 2013 3 次提交
  6. 23 9月, 2013 7 次提交
  7. 22 9月, 2013 2 次提交
    • 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
    • B
      Delete SConscript · 7bdb082c
      Bernard Xiong 提交于
      7bdb082c
  8. 21 9月, 2013 1 次提交
  9. 20 9月, 2013 1 次提交
  10. 17 9月, 2013 2 次提交
  11. 15 9月, 2013 1 次提交
  12. 14 9月, 2013 2 次提交
  13. 08 9月, 2013 1 次提交
  14. 07 9月, 2013 7 次提交