circuitpython/shared-module/usb_cdc
Scott Shawcroft eb1b2f38a0
Fix USB issues caused by early usb_cdc.Serial read
Check for connected before calling read. Otherwise TinyUSB may
setup the read on the wrong endpoint.

Fixes #6018
`
2022-10-21 20:42:26 -07:00
..
Serial.c Fix USB issues caused by early usb_cdc.Serial read 2022-10-21 20:42:26 -07:00
Serial.h handle reads/writes larger than buffers; add .write_timeout 2021-02-19 14:15:31 -05:00
__init__.c style(swan_r5): pre-commit whitespace style changes 2021-09-28 18:52:03 -07:00
__init__.h style(swan_r5): pre-commit whitespace style changes 2021-09-28 18:52:03 -07:00