summaryrefslogtreecommitdiff
path: root/tools/mpremote
AgeCommit message (Expand)Author
2025-10-24tools/mpremote: Fix exception when using pts.iabdalkader
2025-10-01tools/mpremote: Workaround ESP DTR/RTS reset quirk at disconnect time.Angus Gratton
2025-09-10tools/mpremote: Don't apply Espressif DTR/RTS quirk to TinyUSB CDC dev.Angus Gratton
2025-08-11tools/mpremote: Fix encoding error in PyboardCommand.Jos Verlinde
2025-08-02tools/mpremote: Locate config.py location across different host OSes.Jos Verlinde
2025-08-02tools/mpremote: Add platformdirs dependency to requirements.txt.Jos Verlinde
2025-08-01tools/mpremote: Update ESPxxx detection for USB-CDC ports.Jos Verlinde
2025-08-01tools/mpremote: Fix errno.ENOTBLK attribute error on Windows.Jos Verlinde
2025-07-24all: Go back to using default ruff quote style.Damien George
2025-07-08tools/mpremote: Support OSError's on targets without errno.Damien George
2025-07-04tools/mpremote: Fix disconnect handling on Windows and Linux.Andrew Leech
2025-06-16tools/mpremote: Improve df command to use new no-arg vfs.mount() query.Damien George
2025-05-18tools/mpremote/tests: Add tests for 'fs tree' command.Jos Verlinde
2025-05-18tools/mpremote: Add new 'fs tree' command.Jos Verlinde
2025-05-02tools/mpremote: For mip install, use hash to skip files that exist.Damien George
2025-04-26tools/mpremote: Prevent deletion of /remote files via rm -r.Jos Verlinde
2025-04-26tools/mpremote/tests: Add test for rm -r on /remote vfs.Jos Verlinde
2025-04-26tools/mpremote: Fix possibly-missing EOPNOTSUPP errno name.Anson Mansfield
2025-04-26tools/mpremote: Refactor error handling to apply generally to any errno.Anson Mansfield
2025-04-26tools/mpremote/tests: Add tests for errno behavior.Anson Mansfield
2025-04-24tools/mpremote: Use zlib.compressobj instead of zlib.compress.Damien George
2025-04-09docs/reference/mpremote: Update docs for mpremote rm -r.Jos Verlinde
2025-04-09tools/mpremote/tests: Add tests for mpremote rm -r.Jos Verlinde
2025-04-09tools/mpremote: Add recursive remove functionality to filesystem cmds.Jos Verlinde
2025-04-08tools/mpremote: Allow .img for ROMFS file and validate ROMFS image.iabdalkader
2025-03-27tools/mpremote: Make mip install skip /rom*/lib directories.Damien George
2025-03-06tools/mpremote: Add romfs query, build and deploy commands.Damien George
2025-02-28tools/mpremote/tests: Add test for RemoteFile.readline.Damien George
2025-02-28tools/mpremote: Optimise readline support in mount.Andrew Leech
2025-02-25all: Upgrade to ruff v0.9.6.Christian Clauss
2025-02-24tools/mpremote: Add support for relative urls in package.json files.Glenn Moloney
2025-02-10tools/mpremote: Support mip install from package.json on local fs.Glenn Moloney
2025-01-29tools/mpremote: Introduce timeout_overall for read_until().Hans Maerki
2025-01-27tools/mpremote: Avoid initial blocking read in read_until().Hans Maerki
2024-11-13tools/mpremote: Support trailing slash on dest for non-recursive copy.Damien George
2024-11-13tools/mpremote: Add test for forced copy.Damien George
2024-11-13tools/mpremote: Make sure stdout and stderr output appear in order.Damien George
2024-10-28tools/mpremote: Fix UnboundLocalError in Transport.fs_writefile().Glenn Moloney
2024-10-15tools: Only issue a single Ctrl-C when entering raw REPL.Damien George
2024-10-09tools/mpremote: Add option to force copy.Damien George
2024-10-09tools/mpremote: Add initial regression tests for mpremote.Jim Mussared
2024-10-09tools/mpremote: Improve error output.Jim Mussared
2024-10-09tools/mpremote: Add hashing ability and use for recursive copy.Jim Mussared
2024-10-09tools/mpremote: Make filesystem commands use transport API.Jim Mussared
2024-10-09tools/mpremote: Make eval parse by default.Jim Mussared
2024-06-28tools/mpremote: Fix mpremote mip install with multiple lib in sys.path.Jos Verlinde
2024-06-21tools/mpremote: Fix absolute path usage in remote mounted VFS.Damien George
2024-05-15tools/mpremote: Add support to mip install from GitLab.Olivier Lenoir
2024-01-17tools/mpremote: Reduce dependency on importlib_metadata.Jochen Sprickerhof
2023-11-09tools/mpremote: Add ioctl to specify large read buffer size.Andrew Leech