circuitpython/ports/espressif/supervisor
Scott Shawcroft bea955222a
Improve USB to Serial/JTAG TX
It had a tight 5ms timeout before that caused some characters to
drop. Now the wait is longer and reset after a successful transmit.
This follows what MicroPython does.

Fixes #6220
2022-07-27 12:15:13 -07:00
..
esp_port.h rename left over esp32s2 to espressif 2021-09-18 19:42:18 +05:30
internal_flash.c Enable -Werror=missing-prototypes on espressif port 2021-11-10 11:07:45 -06:00
internal_flash.h rename left over esp32s2 to espressif 2021-09-18 19:42:18 +05:30
internal_flash_root_pointers.h rename left over esp32s2 to espressif 2021-09-18 19:42:18 +05:30
port.c Add socket select task to wake CP 2022-07-13 17:35:35 -07:00
serial.c refactor debug UART to console UART; get working on ESP32 2022-06-30 23:16:46 -04:00
usb.c Fix press any key responding slowly on espressif 2022-02-17 12:57:27 +11:00
usb_serial_jtag.c Improve USB to Serial/JTAG TX 2022-07-27 12:15:13 -07:00
usb_serial_jtag.h Add USB to Serial/JTAG support for REPL 2022-03-21 14:03:57 -07:00