mirror of
https://github.com/micropython/micropython.git
synced 2026-03-12 03:40:28 +01:00
Enabled by default, but disabled when REPL is connected to the VCP (this is
the existing behaviour). Can be configured at run-time with, eg:
pyb.USB_VCP().init(flow=pyb.USB_VCP.RTS | pyb.USB_VCP.CTS)