micropython/tools/mpremote/mpremote
Hans Maerki 03fe9c55ea tools/mpremote: Introduce timeout_overall for read_until().
And use it in `enter_raw_repl()`.  This prevents waiting forever for a
serial device that does not respond to the Ctrl-C/Ctrl-D/etc commands and
is constantly outputting data.

Signed-off-by: Hans Maerki <buhtig.hans.maerki@ergoinfo.ch>
2025-01-29 10:45:08 +11:00
..
__init__.py tools/mpremote: Use hatch to build mpremote package. 2023-02-24 11:40:22 +11:00
__main__.py tools/mpremote: Allow running mpremote with python -m. 2022-03-30 15:29:26 +11:00
commands.py tools/mpremote: Support trailing slash on dest for non-recursive copy. 2024-11-13 11:51:35 +11:00
console.py all: Fix cases of Python variable assigned but never used. 2023-05-02 16:36:05 +10:00
main.py tools/mpremote: Make sure stdout and stderr output appear in order. 2024-11-13 11:51:35 +11:00
mip.py tools/mpremote: Make filesystem commands use transport API. 2024-10-09 16:12:30 +11:00
repl.py tools/mpremote: Detach mpremote from pyboard.py. 2023-06-02 17:42:13 +10:00
transport_serial.py tools/mpremote: Introduce timeout_overall for read_until(). 2025-01-29 10:45:08 +11:00
transport.py tools/mpremote: Fix UnboundLocalError in Transport.fs_writefile(). 2024-10-28 12:23:10 +11:00