mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +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)