micropython/ports/stm32/usbdev
Andrew Leech 67689bfd7e stm32/usb: Add flow control option for USB VCP data received from host.
It's off by default and can be enabled at run-time with:

    pyb.USB_VCP().init(flow=pyb.USB_VCP.RTS)
2019-01-31 23:31:26 +11:00
..
class stm32/usb: Add flow control option for USB VCP data received from host. 2019-01-31 23:31:26 +11:00
core