micropython/tools/mpremote/mpremote
Damien George 226c0341ca tools/mpremote: Remove support for pyb.USB_VCP in/out specialisation.
The sys.stdin.buffer and sys.stdout.buffer streams work just as well (and
are just as fast) as pyb.USB_VCP on stm32 devices, so there's no need to
have the USB_VCP specialisation code, which just adds complexity.

Also, on stm32 devices with both USB and UART (or other serial interface),
if something other than the USB_VCP port is used for the serial connection
then mpremote mount will not work because it will default to reading and
writing on USB_VCP instead of the other connected serial stream.

As part of this simplification, support for a second port as input is
removed (this feature was never exposed to the user).

Signed-off-by: Damien George <damien@micropython.org>
2021-08-19 18:56:11 +10:00
..
__init__.py
console.py tools/mpremote: Use signal to capture and handle ctrl-C on Windows. 2021-06-15 13:52:31 +10:00
main.py tools/mpremote: Add "devs" shortcut for "connect list". 2021-08-14 00:13:35 +10:00
pyboardextended.py tools/mpremote: Remove support for pyb.USB_VCP in/out specialisation. 2021-08-19 18:56:11 +10:00