This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
0
You've already forked circuitpython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
circuitpython
/
ports
/
stm32
/
usbdev
/
class
History
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