diff options
author | Damien George <damien@micropython.org> | 2021-08-17 13:30:05 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2021-08-19 18:56:11 +1000 |
commit | 226c0341ca78086b98f802d26f61220a2c19ffef (patch) | |
tree | ca5e0b5370227557882ab47c06c64ad738bae4cf /docs/esp8266 | |
parent | 5555f147dfb23d76bab4fcb688a5a254bc487a63 (diff) |
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>
Diffstat (limited to 'docs/esp8266')
0 files changed, 0 insertions, 0 deletions