index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
pyboard.py
Commit message (
Expand
)
Author
Age
*
all: Upgrade to ruff v0.9.6.
Christian Clauss
2025-02-25
*
tools/pyboard.py: Make get_time use machine.RTC instead of pyb.RTC.
rufusclark
2025-02-12
*
tools/pyboard.py: Wait a bit before accessing the PTY serial port.
Alessandro Gatti
2025-01-16
*
tools: Only issue a single Ctrl-C when entering raw REPL.
Damien George
2024-10-15
*
tools/pyboard.py: Capture stdout for pts line.
Damien George
2024-08-28
*
all: Update Python formatting to ruff-format.
Jim Mussared
2023-11-03
*
all: Replace all uses of umodule in Python code.
Jim Mussared
2023-06-08
*
tools/mpremote: Handle `cp` without destination.
Jim Mussared
2023-06-02
*
tools/pyboard.py: Import errno to fix undefined name in PyboardError.
Christian Clauss
2023-05-09
*
tools/pyboard.py: Import serial.tools.list_ports.
Damien George
2023-05-04
*
tools/pyboard.py: Rename ProcessPtyToTerminal member "ser" to "serial".
Damien George
2023-04-27
*
tools/pyboard.py: Fix ESPxx boards hanging in bootloader after reset.
Jos Verlinde
2023-04-04
*
tools/pyboard.py: Fix joining of path in filesystem_command.
Damien George
2023-03-22
*
tools/pyboard.py: Use '/' exclusively when dealing with paths.
Damien George
2023-02-24
*
tools/pyboard.py: Set DTR on Windows to avoid ESPxx hard reset.
Jos Verlinde
2023-01-13
*
tools/pyboard.py: Add fs_{listdir,readfile,writefile,stat}.
Jim Mussared
2023-01-13
*
tools/pyboard.py: Add parse kwarg to eval.
Jim Mussared
2023-01-13
*
tools/pyboard.py: Fix Python 2 compatibility.
Jim Mussared
2023-01-13
*
tools/pyboard.py: Handle unsupported fs command.
Jim Mussared
2022-10-01
*
tools/mpremote: Add `mpremote mip install` to install packages.
Jim Mussared
2022-10-01
*
tools/pyboard.py: Support Windows pathname separators.
Wind-stormger
2022-09-13
*
tools/pyboard.py: Add fs_cp function for direct device-to-device copy.
Damien George
2022-08-26
*
tools/pyboard.py: Remove implicit fs_put if source starts with ./.
Damien George
2022-08-26
*
tools/pyboard.py: Add "touch" filesystem command.
Jim Mussared
2022-08-18
*
tools/pyboard.py: Add verbose option to filesystem_command.
Damien George
2022-07-08
*
tools/mpremote: Show progress indicator when copying large files.
Rob Knegjens
2022-04-11
*
tools/pyboard.py: Make --no-soft-reset consistent with other args.
Jim Mussared
2021-08-25
*
tools/pyboard.py: Add --exclusive to match --no-exclusive.
Jim Mussared
2021-08-25
*
tools/pyboard.py: Make --no-follow use same variable as --follow.
Jim Mussared
2021-08-25
*
tools/pyboard.py: Move --no-exclusive/--soft-reset out of mutex group.
Jim Mussared
2021-08-25
*
tools/pyboard.py: Add cmd-line option to make soft reset configurable.
Frank Pilhofer
2021-07-01
*
tools/pyboard.py: Add "soft_reset" option to Pyboard.enter_raw_repl().
Damien George
2021-05-29
*
tools/pyboard.py: Track raw REPL state via in_raw_repl variable.
Damien George
2021-05-29
*
tools/pyboard.py: Support opening serial port in exclusive mode.
Damien George
2021-04-23
*
tools: Add filesystem action examples to pyboard.py help.
Brianna Laugher
2021-02-13
*
tools/pyboard.py: Add fast raw-paste mode.
Damien George
2020-12-01
*
tools/pyboard.py: Replace eval() of received data with alternative.
Michael Buesch
2020-08-21
*
tools/pyboard.py: Add -d as an alias for --device.
Lars Kellogg-Stedman
2020-03-30
*
tools/pyboard.py: Support setting device/baudrate from shell env vars.
Lars Kellogg-Stedman
2020-03-30
*
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-28
*
tools/pyboard.py: Change shebang to use python3.
Michael Buesch
2020-02-01
*
tools/pyboard.py: Use slice del instead of list.clear() for Py2 compat.
Michael Buesch
2020-02-01
*
tools/pyboard.py: Add option --no-follow to detach after sending script.
Michael Buesch
2020-02-01
*
tools/pyboard.py: Support executing .mpy files directly.
Damien George
2019-12-19
*
tools/pyboard.py: Add filesystem commands to ls/cat/cp/rm remote files.
Damien George
2019-07-25
*
tools/pyboard.py: Don't accumulate output data if data_consumer used.
Damien George
2019-04-25
*
tools/pyboard.py: Add missing line from example usage comments.
rhubarbdog
2019-03-26
*
tools/pyboard.py: In TelnetToSerial.close replace try/except with if.
Martin Dybdal
2018-10-19
*
tools/pyboard.py: Change base class of PyboardError to Exception.
Martin Dybdal
2018-08-10
*
tools/pyboard: Run exec: command as a string.
Ayke van Laethem
2018-08-04
[next]