circuitpython/supervisor/shared/usb
Scott Shawcroft b5517cb04b
Always clear RX buffer on CTRL-C
Some serial sources clear their RX buffers and others didn't. This
cause CP to skip into the REPL based on characters typed before the
CTRL-C. The serial file transfer code looks for "press any key"
which is skipped in this case.

Fixes https://github.com/circuitpython/web-editor/issues/238
2024-09-12 13:35:25 -07:00
..
host_keyboard.c Always clear RX buffer on CTRL-C 2024-09-12 13:35:25 -07:00
tusb_config.h updates before header conversion 2024-05-17 14:56:28 -04:00
usb.c update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
usb_desc.c update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
usb_device.c update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
usb_msc_flash.c CircuitPython files: replace STATIC with static 2024-05-20 11:02:17 -04:00
usb_vendor_descriptors.h guard2once -s ... 2024-05-19 20:40:44 -04:00