1. 25 5月, 2013 2 次提交
    • qiuyiuestc's avatar
      usbdevice/core: add reset function to support hotplug · 97a507e6
      qiuyiuestc 提交于
      When the USB got RESET packet from the host and the address is setup,
      all the classes will got reset. The reset is done by class stop and than
      class run. So the classes should reset their internal state in
      class_{run,stop}.
      
      Besides, the USB device driver could post a USB_MSG_RESET message on
      every RESET packet.
      97a507e6
    • G
      cdc_vcom: reset the vcom state in proper cases · 046182be
      Grissiom 提交于
      Reset the vcom state in class_{run,stop} and when the PC is not
      receiving data from me.
      046182be
  2. 19 5月, 2013 1 次提交
  3. 17 5月, 2013 9 次提交
  4. 16 5月, 2013 2 次提交
  5. 15 5月, 2013 1 次提交
    • G
      simulator: fix serial_write · 60857630
      Grissiom 提交于
      printf("%s") will print a NULL terminated string, while rt_serial_write
      should print buffer for size length. This also fix segfault when the
      string is not null terminated but specified by size.
      60857630
  6. 12 5月, 2013 8 次提交
  7. 10 5月, 2013 3 次提交
  8. 09 5月, 2013 1 次提交
  9. 08 5月, 2013 3 次提交
  10. 05 5月, 2013 4 次提交
  11. 04 5月, 2013 2 次提交
  12. 25 4月, 2013 2 次提交
  13. 17 4月, 2013 1 次提交
  14. 10 4月, 2013 1 次提交