index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
mpremote
Age
Commit message (
Expand
)
Author
2024-06-28
tools/mpremote: Fix mpremote mip install with multiple lib in sys.path.
Jos Verlinde
2024-06-21
tools/mpremote: Fix absolute path usage in remote mounted VFS.
Damien George
2024-05-15
tools/mpremote: Add support to mip install from GitLab.
Olivier Lenoir
2024-01-17
tools/mpremote: Reduce dependency on importlib_metadata.
Jochen Sprickerhof
2023-11-09
tools/mpremote: Add ioctl to specify large read buffer size.
Andrew Leech
2023-11-03
all: Update Python formatting to ruff-format.
Jim Mussared
2023-10-06
all: Switch to new preview build versioning scheme.
v1.22.0-preview
Jim Mussared
2023-09-29
tools/mpremote: Add support for rfc2217, serial over TCP.
Jos Verlinde
2023-08-10
tools/mpremote: Make soft-reset count as an action.
Jim Mussared
2023-06-09
tools/mpremote: Fix exec_ -> exec in commands.py.
Jim Mussared
2023-06-08
all: Replace all uses of umodule in Python code.
Jim Mussared
2023-06-02
tools/mpremote: Fix use of stdout_write_bytes function.
Damien George
2023-06-02
tools/mpremote: Detach mpremote from pyboard.py.
Jim Mussared
2023-06-02
docs/reference/mpremote.rst: Extend the mpremote guide.
Jim Mussared
2023-06-02
tools/mpremote: Add `rtc` commands to get and set the RTC.
Jim Mussared
2023-06-02
tools/mpremote: Allow terminator for shortcut commands.
Jim Mussared
2023-06-02
tools/mpremote: Add `sleep` command.
Jim Mussared
2023-05-22
tools/mpremote: Add repl option to escape non-printable characters.
Damien George
2023-05-02
all: Fix cases of Python variable assigned but never used.
Christian Clauss
2023-05-02
tools/mpremote: Remove unused import of serial.
Christian Clauss
2023-04-27
all: Fix spelling mistakes based on codespell check.
Damien George
2023-04-15
tools/mpremote: Add ctrl-x as additonal mpremote disconnect shortcut.
Jonas Scharpf
2023-03-10
all: Fix Python comparison to None and True, and use "not in".
Christian Clauss
2023-02-24
tools/mpremote: Use hatch to build mpremote package.
Jim Mussared
2022-11-25
tools/mpremote: Only auto connect to serial device with USB VID/PID.
Michael Mogenson
2022-11-25
tools/mpremote: Allow EDITOR environment variable to work on Windows.
Tobias Thyrrestrup
2022-10-31
tools/mpremote: Make RemoteFile objects iterable.
Damien George
2022-10-31
tools/mpremote: Handle FileNotFound exceptions in listdir.
Jim Mussared
2022-10-06
tools/mpremote: Bump version to 0.4.0.
Damien George
2022-10-06
tools/mpremote: Fix argument handling for follow and add help strings.
Jim Mussared
2022-10-01
tools/mpremote: Add `mpremote mip install` to install packages.
Jim Mussared
2022-10-01
tools/mpremote: Use argparse for command line parsing.
Jim Mussared
2022-10-01
tools/mpremote: Simplify dispatch of commands.
Jim Mussared
2022-08-26
tools/mpremote: Print nicer errors for unsupported 'cp -r' arguments.
Damien George
2022-08-26
tools/mpremote: Print a nicer error when a filesystem command fails.
Damien George
2022-08-18
tools/mpremote: Add "edit" command.
Jim Mussared
2022-08-18
tools/mpremote: Allow + terminator for fs commands.
Jim Mussared
2022-07-08
tools/mpremote: Don't be verbose when using cat command.
Damien George
2022-06-07
tools/mpremote: Bump version to 0.3.0.
Damien George
2022-06-07
tools/mpremote: Add command to print the version.
Damien George
2022-04-11
tools/mpremote: Add option to mount cmd to allow "unsafe" symlinks.
Rob Knegjens
2022-04-11
tools/mpremote: Show progress indicator when copying large files.
Rob Knegjens
2022-04-04
tools/mpremote: Improve reliability of mount after soft reboot.
Andrew Leech
2022-03-30
tools/mpremote: Allow running mpremote with `python -m`.
Waterlens
2022-03-28
tools/mpremote: Support any prompt string when detecting soft reset.
Damien George
2022-03-07
tools/mpremote: Bump version to 0.2.0.
Damien George
2022-02-25
tools/mpremote: Add "umount" command.
Damien George
2022-02-25
tools/mpremote: Add "resume" and "soft-reset" commands.
Damien George
2022-02-07
tools/mpremote: Fix special handling of ctrl-D when host FS is mounted.
Damien George
2022-02-04
tools/mpremote: Correctly manage mounted flag during soft-reset.
Andrew Leech
[next]