48 Commits (d995c010428420c7690d5cd59b9580c3f4f9649a)

Author SHA1 Message Date
Christian Clauss 4376c969f6 all: Fix Python comparison to None and True, and use "not in". 2 years ago
Jim Mussared ce9f7cd00a tools/mpremote: Use hatch to build mpremote package. 2 years ago
Michael Mogenson 921f397acb tools/mpremote: Only auto connect to serial device with USB VID/PID. 2 years ago
Tobias Thyrrestrup 2fcd93cdd0 tools/mpremote: Allow EDITOR environment variable to work on Windows. 2 years ago
Damien George 3ed017677b tools/mpremote: Make RemoteFile objects iterable. 2 years ago
Jim Mussared 3427e12e8f tools/mpremote: Handle FileNotFound exceptions in listdir. 2 years ago
Damien George 46d02c2469 tools/mpremote: Bump version to 0.4.0. 2 years ago
Jim Mussared f13134e403 tools/mpremote: Fix argument handling for follow and add help strings. 2 years ago
Jim Mussared 12ca918eb2 tools/mpremote: Add `mpremote mip install` to install packages. 2 years ago
Jim Mussared 68d094358e tools/mpremote: Use argparse for command line parsing. 2 years ago
Jim Mussared 413a69b94b tools/mpremote: Simplify dispatch of commands. 2 years ago
Damien George 2e386bcf76 tools/mpremote: Print nicer errors for unsupported 'cp -r' arguments. 2 years ago
Damien George 858707181d tools/mpremote: Print a nicer error when a filesystem command fails. 2 years ago
Jim Mussared 59e3348c10 tools/mpremote: Add "edit" command. 2 years ago
Jim Mussared a311e9e3d4 tools/mpremote: Allow + terminator for fs commands. 2 years ago
Damien George 80bc9b3dee tools/mpremote: Don't be verbose when using cat command. 2 years ago
Damien George 5290bfaefe tools/mpremote: Bump version to 0.3.0. 2 years ago
Damien George 646fcdadbf tools/mpremote: Add command to print the version. 2 years ago
Rob Knegjens d3d862769a tools/mpremote: Add option to mount cmd to allow "unsafe" symlinks. 3 years ago
Rob Knegjens 56978c3dde tools/mpremote: Show progress indicator when copying large files. 3 years ago
Andrew Leech 79c05bd522 tools/mpremote: Improve reliability of mount after soft reboot. 3 years ago
Waterlens 4c252ae067 tools/mpremote: Allow running mpremote with `python -m`. 3 years ago
Damien George 35dbde163a tools/mpremote: Support any prompt string when detecting soft reset. 3 years ago
Damien George bf01671a96 tools/mpremote: Bump version to 0.2.0. 3 years ago
Damien George d6564a3159 tools/mpremote: Add "umount" command. 3 years ago
Damien George ad1f523e7e tools/mpremote: Add "resume" and "soft-reset" commands. 3 years ago
Damien George fecfd52696 tools/mpremote: Fix special handling of ctrl-D when host FS is mounted. 3 years ago
Andrew Leech 203ec8ca7f tools/mpremote: Correctly manage mounted flag during soft-reset. 3 years ago
Andrew Leech b1519845f5 tools/mpremote: Accept both --help and help to show usage. 3 years ago
Andrew Leech 5a86d8dc42 tools/mpremote: During soft reboot wait long enough for 115200 data. 3 years ago
Andrew Leech d865ca53b5 tools/mpremote: Make ConsolePosix work without .raw attribute. 3 years ago
Andrew Leech 1f84440538 tools/mpremote: Fix "fs cp -r" on Windows. 3 years ago
Damien George ce4f8b49ce tools/mpremote: Use machine instead of umachine in commands. 3 years ago
Damien George 38054a57f3 tools/mpremote: Bump version to 0.1.0. 3 years ago
Damien George 028776d97b tools/mpremote: Add link to mpremote docs URL in help message. 3 years ago
Sergei Silnov 74e995dfd2 tools/mpremote: Add help command. 3 years ago
Michael Bentley 7566d107d5 tools/mpremote: Add mkdir and rmdir to RemoteFS. 3 years ago
Damien George 67f66795c0 tools/mpremote: Implement seek and flush in ioctl method. 3 years ago
Damien George 89145c6aad tools/mpremote: Bump version to 0.0.6. 3 years ago
Damien George 226c0341ca tools/mpremote: Remove support for pyb.USB_VCP in/out specialisation. 3 years ago
Damien George 162bf3c5d8 tools/mpremote: Add "devs" shortcut for "connect list". 3 years ago
Damien George 1f48934312 tools/mpremote: Fix connect-list in case VID/PID are None. 3 years ago
Michel Bouwmans 92464f11b0 tools/mpremote: Raise OSError on unsupported RemoteFile.seek. 3 years ago
Michel Bouwmans 7870ec0370 tools/mpremote: Add seek whence for mounted files. 3 years ago
Andrew Scheller d1decdfa93 tools/mpremote: Swap order of PID and VID in connect-list output. 3 years ago
Damien George d2dcd05adc tools/mpremote: Use signal to capture and handle ctrl-C on Windows. 3 years ago
Damien George 77c529e8be tools/mpremote: Use available ports instead of auto-connect list. 3 years ago
Damien George a60ad33641 tools/mpremote: Add new CLI utility to interact with remote device. 3 years ago