summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2023-06-15tools/ci.sh: Add a H5 board to stm32 CI build.Damien George
2023-06-14tools/ci.sh: Build PICO_W board as part of rp2 CI.Damien George
2023-06-14esp32/esp32_ulp: Fix ULP (FSM) support for S2 and S3.Wilko Nienhaus
2023-06-09tools/mpremote: Fix exec_ -> exec in commands.py.Jim Mussared
2023-06-08tools/ci.sh: Add mimxrt and samd ports to code size build.Damien George
2023-06-08extmod/modtimeq: Remove timeq module.Jim Mussared
2023-06-08all: Replace all uses of umodule in Python code.Jim Mussared
2023-06-08tests: Replace umodule with module everywhere.Jim Mussared
2023-06-08examples/natmod: Rename umodule to module.Jim Mussared
2023-06-08all: Rename *umodule*.c to remove the "u" prefix.Jim Mussared
2023-06-08all: Rename UMODULE to MODULE in preprocessor/Makefile vars.Jim Mussared
2023-06-02tools/mpremote: Fix use of stdout_write_bytes function.Damien George
2023-06-02tools/mpremote: Detach mpremote from pyboard.py.Jim Mussared
2023-06-02docs/reference/mpremote.rst: Extend the mpremote guide.Jim Mussared
2023-06-02tools/mpremote: Handle `cp` without destination.Jim Mussared
2023-06-02tools/mpremote: Add `rtc` commands to get and set the RTC.Jim Mussared
2023-06-02tools/mpremote: Allow terminator for shortcut commands.Jim Mussared
2023-06-02tools/mpremote: Add `sleep` command.Jim Mussared
2023-05-24tools/pydfu.py: Use getattr to retrieve getargspec function.Damien George
2023-05-22tools/mpremote: Add repl option to escape non-printable characters.Damien George
2023-05-19tools/manifestfile.py: Fix license capturing.Jim Mussared
2023-05-09tools/pyboard.py: Import errno to fix undefined name in PyboardError.Christian Clauss
2023-05-08CODECONVENTIONS: Require that commits be signed-off by the author.Damien George
2023-05-04tools/pyboard.py: Import serial.tools.list_ports.Damien George
2023-05-02all: Fix cases of Python variable assigned but never used.Christian Clauss
2023-05-02all: Fix strings with backslash by using raw string literals.Christian Clauss
2023-05-02tools/mpremote: Remove unused import of serial.Christian Clauss
2023-04-27all: Fix spelling mistakes based on codespell check.Damien George
2023-04-27tools/pyboard.py: Rename ProcessPtyToTerminal member "ser" to "serial".Damien George
2023-04-27tools/ci.sh: Add functions to check code spelling using codespell.Damien George
2023-04-27tools/ci.sh: Build both SAMD21 and SAMD51 boards as part of samd CI.Damien George
2023-04-27renesas-ra: Change MICROPY_HW_BOARD_NAME definition to product name.Takeo Takahashi
2023-04-26extmod/modbluetooth: Make all HCI transports trace in the same format.Jim Mussared
2023-04-15tools/mpremote: Add ctrl-x as additonal mpremote disconnect shortcut.Jonas Scharpf
2023-04-07tools/manifestfile.py: Add support for publishing packages to PyPI.Jim Mussared
2023-04-04tools/pyboard.py: Fix ESPxx boards hanging in bootloader after reset.Jos Verlinde
2023-03-22tools/pyboard.py: Fix joining of path in filesystem_command.Damien George
2023-03-10all: Fix Python comparison to None and True, and use "not in".Christian Clauss
2023-02-24tools/pyboard.py: Use '/' exclusively when dealing with paths.Damien George
2023-02-24tools/mpremote: Use hatch to build mpremote package.Jim Mussared
2023-02-20tools/ci.sh: Add unix, stm32 and rp2 ports to code size check.Damien George
2023-02-17tools/ci.sh: Install pkg-config for macos builds.Damien George
2023-02-01tools/mpy-tool.py: Initialize line_info_top.Martin Milata
2023-01-13tools/pyboard.py: Set DTR on Windows to avoid ESPxx hard reset.Jos Verlinde
2023-01-13tools/pyboard.py: Add fs_{listdir,readfile,writefile,stat}.Jim Mussared
2023-01-13tools/pyboard.py: Add parse kwarg to eval.Jim Mussared
2023-01-13tools/pyboard.py: Fix Python 2 compatibility.Jim Mussared
2022-12-19tools/autobuild: Create .uf2 file for seeed_xiao_nrf52.robert-hh
2022-12-13all: Keep msvc build output in build/ directories.stijn
2022-11-25tools/mpremote: Only auto connect to serial device with USB VID/PID.Michael Mogenson