summaryrefslogtreecommitdiffstatshomepage
path: root/tools/pyboard.py
Commit message (Expand)AuthorAge
* tools: Only issue a single Ctrl-C when entering raw REPL.Damien George2024-10-15
* tools/pyboard.py: Capture stdout for pts line.Damien George2024-08-28
* all: Update Python formatting to ruff-format.Jim Mussared2023-11-03
* all: Replace all uses of umodule in Python code.Jim Mussared2023-06-08
* tools/mpremote: Handle `cp` without destination.Jim Mussared2023-06-02
* tools/pyboard.py: Import errno to fix undefined name in PyboardError.Christian Clauss2023-05-09
* tools/pyboard.py: Import serial.tools.list_ports.Damien George2023-05-04
* tools/pyboard.py: Rename ProcessPtyToTerminal member "ser" to "serial".Damien George2023-04-27
* tools/pyboard.py: Fix ESPxx boards hanging in bootloader after reset.Jos Verlinde2023-04-04
* tools/pyboard.py: Fix joining of path in filesystem_command.Damien George2023-03-22
* tools/pyboard.py: Use '/' exclusively when dealing with paths.Damien George2023-02-24
* tools/pyboard.py: Set DTR on Windows to avoid ESPxx hard reset.Jos Verlinde2023-01-13
* tools/pyboard.py: Add fs_{listdir,readfile,writefile,stat}.Jim Mussared2023-01-13
* tools/pyboard.py: Add parse kwarg to eval.Jim Mussared2023-01-13
* tools/pyboard.py: Fix Python 2 compatibility.Jim Mussared2023-01-13
* tools/pyboard.py: Handle unsupported fs command.Jim Mussared2022-10-01
* tools/mpremote: Add `mpremote mip install` to install packages.Jim Mussared2022-10-01
* tools/pyboard.py: Support Windows pathname separators.Wind-stormger2022-09-13
* tools/pyboard.py: Add fs_cp function for direct device-to-device copy.Damien George2022-08-26
* tools/pyboard.py: Remove implicit fs_put if source starts with ./.Damien George2022-08-26
* tools/pyboard.py: Add "touch" filesystem command.Jim Mussared2022-08-18
* tools/pyboard.py: Add verbose option to filesystem_command.Damien George2022-07-08
* tools/mpremote: Show progress indicator when copying large files.Rob Knegjens2022-04-11
* tools/pyboard.py: Make --no-soft-reset consistent with other args.Jim Mussared2021-08-25
* tools/pyboard.py: Add --exclusive to match --no-exclusive.Jim Mussared2021-08-25
* tools/pyboard.py: Make --no-follow use same variable as --follow.Jim Mussared2021-08-25
* tools/pyboard.py: Move --no-exclusive/--soft-reset out of mutex group.Jim Mussared2021-08-25
* tools/pyboard.py: Add cmd-line option to make soft reset configurable.Frank Pilhofer2021-07-01
* tools/pyboard.py: Add "soft_reset" option to Pyboard.enter_raw_repl().Damien George2021-05-29
* tools/pyboard.py: Track raw REPL state via in_raw_repl variable.Damien George2021-05-29
* tools/pyboard.py: Support opening serial port in exclusive mode.Damien George2021-04-23
* tools: Add filesystem action examples to pyboard.py help.Brianna Laugher2021-02-13
* tools/pyboard.py: Add fast raw-paste mode.Damien George2020-12-01
* tools/pyboard.py: Replace eval() of received data with alternative.Michael Buesch2020-08-21
* tools/pyboard.py: Add -d as an alias for --device.Lars Kellogg-Stedman2020-03-30
* tools/pyboard.py: Support setting device/baudrate from shell env vars.Lars Kellogg-Stedman2020-03-30
* all: Reformat C and Python source code with tools/codeformat.py.Damien George2020-02-28
* tools/pyboard.py: Change shebang to use python3.Michael Buesch2020-02-01
* tools/pyboard.py: Use slice del instead of list.clear() for Py2 compat.Michael Buesch2020-02-01
* tools/pyboard.py: Add option --no-follow to detach after sending script.Michael Buesch2020-02-01
* tools/pyboard.py: Support executing .mpy files directly.Damien George2019-12-19
* tools/pyboard.py: Add filesystem commands to ls/cat/cp/rm remote files.Damien George2019-07-25
* tools/pyboard.py: Don't accumulate output data if data_consumer used.Damien George2019-04-25
* tools/pyboard.py: Add missing line from example usage comments.rhubarbdog2019-03-26
* tools/pyboard.py: In TelnetToSerial.close replace try/except with if.Martin Dybdal2018-10-19
* tools/pyboard.py: Change base class of PyboardError to Exception.Martin Dybdal2018-08-10
* tools/pyboard: Run exec: command as a string.Ayke van Laethem2018-08-04
* tools/pyboard: Update docstring for additional device support.Paul Sokolovsky2017-10-08
* tools/pyboard: Use repr() when quoting data in error messages.Paul Sokolovsky2017-10-05
* tools/pyboard: Add license header.Paul Sokolovsky2017-07-22