micropython/ports/stm32/usbdev/class
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
..
inc stm32/usbd_cdc_interface: Refactor USB CDC tx code to not use SOF IRQ. 2018-10-15 15:37:01 +11:00
src stm32/usb: Add flow control option for USB VCP data received from host. 2019-01-31 23:31:26 +11:00