summaryrefslogtreecommitdiff
path: root/tools/mpremote
AgeCommit message (Expand)Author
2023-11-09tools/mpremote: Add ioctl to specify large read buffer size.Andrew Leech
2023-11-03all: Update Python formatting to ruff-format.Jim Mussared
2023-10-06all: Switch to new preview build versioning scheme.v1.22.0-previewJim Mussared
2023-09-29tools/mpremote: Add support for rfc2217, serial over TCP.Jos Verlinde
2023-08-10tools/mpremote: Make soft-reset count as an action.Jim Mussared
2023-06-09tools/mpremote: Fix exec_ -> exec in commands.py.Jim Mussared
2023-06-08all: Replace all uses of umodule in Python code.Jim Mussared
2023-06-02tools/mpremote: Fix use of stdout_write_bytes function.Damien George
2023-06-02tools/mpremote: Detach mpremote from pyboard.py.Jim Mussared
2023-06-02docs/reference/mpremote.rst: Extend the mpremote guide.Jim Mussared
2023-06-02tools/mpremote: Add `rtc` commands to get and set the RTC.Jim Mussared
2023-06-02tools/mpremote: Allow terminator for shortcut commands.Jim Mussared
2023-06-02tools/mpremote: Add `sleep` command.Jim Mussared
2023-05-22tools/mpremote: Add repl option to escape non-printable characters.Damien George
2023-05-02all: Fix cases of Python variable assigned but never used.Christian Clauss
2023-05-02tools/mpremote: Remove unused import of serial.Christian Clauss
2023-04-27all: Fix spelling mistakes based on codespell check.Damien George
2023-04-15tools/mpremote: Add ctrl-x as additonal mpremote disconnect shortcut.Jonas Scharpf
2023-03-10all: Fix Python comparison to None and True, and use "not in".Christian Clauss
2023-02-24tools/mpremote: Use hatch to build mpremote package.Jim Mussared
2022-11-25tools/mpremote: Only auto connect to serial device with USB VID/PID.Michael Mogenson
2022-11-25tools/mpremote: Allow EDITOR environment variable to work on Windows.Tobias Thyrrestrup
2022-10-31tools/mpremote: Make RemoteFile objects iterable.Damien George
2022-10-31tools/mpremote: Handle FileNotFound exceptions in listdir.Jim Mussared
2022-10-06tools/mpremote: Bump version to 0.4.0.Damien George
2022-10-06tools/mpremote: Fix argument handling for follow and add help strings.Jim Mussared
2022-10-01tools/mpremote: Add `mpremote mip install` to install packages.Jim Mussared
2022-10-01tools/mpremote: Use argparse for command line parsing.Jim Mussared
2022-10-01tools/mpremote: Simplify dispatch of commands.Jim Mussared
2022-08-26tools/mpremote: Print nicer errors for unsupported 'cp -r' arguments.Damien George
2022-08-26tools/mpremote: Print a nicer error when a filesystem command fails.Damien George
2022-08-18tools/mpremote: Add "edit" command.Jim Mussared
2022-08-18tools/mpremote: Allow + terminator for fs commands.Jim Mussared
2022-07-08tools/mpremote: Don't be verbose when using cat command.Damien George
2022-06-07tools/mpremote: Bump version to 0.3.0.Damien George
2022-06-07tools/mpremote: Add command to print the version.Damien George
2022-04-11tools/mpremote: Add option to mount cmd to allow "unsafe" symlinks.Rob Knegjens
2022-04-11tools/mpremote: Show progress indicator when copying large files.Rob Knegjens
2022-04-04tools/mpremote: Improve reliability of mount after soft reboot.Andrew Leech
2022-03-30tools/mpremote: Allow running mpremote with `python -m`.Waterlens
2022-03-28tools/mpremote: Support any prompt string when detecting soft reset.Damien George
2022-03-07tools/mpremote: Bump version to 0.2.0.Damien George
2022-02-25tools/mpremote: Add "umount" command.Damien George
2022-02-25tools/mpremote: Add "resume" and "soft-reset" commands.Damien George
2022-02-07tools/mpremote: Fix special handling of ctrl-D when host FS is mounted.Damien George
2022-02-04tools/mpremote: Correctly manage mounted flag during soft-reset.Andrew Leech
2022-02-04tools/mpremote: Accept both --help and help to show usage.Andrew Leech
2022-02-04tools/mpremote: During soft reboot wait long enough for 115200 data.Andrew Leech
2022-02-04tools/mpremote: Make ConsolePosix work without .raw attribute.Andrew Leech
2022-02-04tools/mpremote: Fix "fs cp -r" on Windows.Andrew Leech