Damien George 3c4db9f91c stmhal: Add USB_VCP class/object, for direct USB VCP control.
Before, pyb.stdin/pyb.stdout allowed some kind of access to the USB VCP
device, but it was basic access.

This patch adds a proper USB_VCP class and object with much more control
over the USB VCP device.  Create an object with pyb.USB_VCP(), then use
this object as if it were a UART object.  It has send, recv, read,
write, and other methods.  send and recv allow a timeout to be specified.

Addresses issue 774.
2014-07-31 10:30:42 +01:00
..
2014-04-20 00:16:30 +01:00
2014-03-11 23:55:41 -07:00
2014-05-02 23:03:23 +01:00
2014-07-03 13:25:24 +01:00
2014-07-19 16:39:13 +01:00
2014-03-12 18:15:55 -07:00
2014-06-15 00:41:47 +01:00
2014-07-03 13:25:24 +01:00
2014-06-30 16:31:06 +02:00
2014-07-19 16:39:13 +01:00
2014-07-19 16:39:13 +01:00
2014-06-15 22:48:05 -07:00
2014-07-03 13:25:24 +01:00
2014-07-03 13:25:24 +01:00
2014-07-03 13:25:24 +01:00
2014-03-11 23:55:41 -07:00
2014-06-02 21:43:02 +02:00