628 Commits (46ae3b5a34d33d3c696e1fb66661983315686712)

Author SHA1 Message Date
Damien George ed7a3b11d9 tools/pydfu.py: Use getattr to retrieve getargspec function. 1 year ago
Damien George 2771b20d29 tools/mpremote: Add repl option to escape non-printable characters. 2 years ago
Jim Mussared 46d070bfee tools/manifestfile.py: Fix license capturing. 2 years ago
Christian Clauss a000c61d5d tools/pyboard.py: Import errno to fix undefined name in PyboardError. 2 years ago
Damien George 7c645b52e3 CODECONVENTIONS: Require that commits be signed-off by the author. 2 years ago
Damien George 0264465585 tools/pyboard.py: Import serial.tools.list_ports. 2 years ago
Christian Clauss 2a1db770ce all: Fix cases of Python variable assigned but never used. 2 years ago
Christian Clauss 8f8bd98164 all: Fix strings with backslash by using raw string literals. 2 years ago
Christian Clauss cda292935d tools/mpremote: Remove unused import of serial. 2 years ago
Damien George b1229efbd1 all: Fix spelling mistakes based on codespell check. 2 years ago
Damien George e160fe7bc6 tools/pyboard.py: Rename ProcessPtyToTerminal member "ser" to "serial". 2 years ago
Damien George d77c35f110 tools/ci.sh: Add functions to check code spelling using codespell. 2 years ago
Damien George 07a719a315 tools/ci.sh: Build both SAMD21 and SAMD51 boards as part of samd CI. 2 years ago
Takeo Takahashi dc7de6ed83 renesas-ra: Change MICROPY_HW_BOARD_NAME definition to product name. 2 years ago
Jim Mussared a42a8022d8 extmod/modbluetooth: Make all HCI transports trace in the same format. 2 years ago
Jonas Scharpf b525f1c9ec tools/mpremote: Add ctrl-x as additonal mpremote disconnect shortcut. 2 years ago
Jim Mussared cfd3b70934 tools/manifestfile.py: Add support for publishing packages to PyPI. 2 years ago
Jos Verlinde 9f74ffb6eb tools/pyboard.py: Fix ESPxx boards hanging in bootloader after reset. 2 years ago
Damien George b5ceb9d577 tools/pyboard.py: Fix joining of path in filesystem_command. 2 years ago
Christian Clauss 4376c969f6 all: Fix Python comparison to None and True, and use "not in". 2 years ago
Damien George 5327cd1021 tools/pyboard.py: Use '/' exclusively when dealing with paths. 2 years ago
Jim Mussared ce9f7cd00a tools/mpremote: Use hatch to build mpremote package. 2 years ago
Damien George e0d1127246 tools/ci.sh: Add unix, stm32 and rp2 ports to code size check. 2 years ago
Damien George 4bd4b6a47e tools/ci.sh: Install pkg-config for macos builds. 2 years ago
Martin Milata 850f09b109 tools/mpy-tool.py: Initialize line_info_top. 2 years ago
Jos Verlinde d263438a6e tools/pyboard.py: Set DTR on Windows to avoid ESPxx hard reset. 2 years ago
Jim Mussared aa64280666 tools/pyboard.py: Add fs_{listdir,readfile,writefile,stat}. 2 years ago
Jim Mussared 6013d27dd5 tools/pyboard.py: Add parse kwarg to eval. 2 years ago
Jim Mussared 77002a92bf tools/pyboard.py: Fix Python 2 compatibility. 2 years ago
robert-hh 57bb1e0474 tools/autobuild: Create .uf2 file for seeed_xiao_nrf52. 2 years ago
stijn 9c7ff87643 all: Keep msvc build output in build/ directories. 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 d75f49c0f0 tools/ci.sh: Don't print python2 version. 2 years ago
Damien George 3927ce6035 tools/ci.sh: Remove one build from zephyr CI to speed it up. 2 years ago
iabdalkader 3bae10417e tools/ci.sh: Add ARDUINO_NANO_RP2040_CONNECT to rp2 CI build. 2 years ago
Jim Mussared 1504204606 tools/gendoc.py: Remove unused script. 2 years ago
Andrew Scheller 02ad71468f tools/gen-cpydiff.py: Use os.path.join and os.path.isdir. 4 years ago
Angus Gratton 2e6e53057b shared/tinyusb: Further refactor static USB device implementation. 2 years ago
Damien George b52fe52d31 tools/makemanifest.py: Fix printing of mpy_cross.CrossCompileError. 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
Jim Mussared 1ba0e8ff96 py/persistentcode: Only emit sub-version if generated code has native. 2 years ago
Jim Mussared 87011f6353 extmod/extmod.mk: Make extmod.mk handle GIT_SUBMODULES. 2 years ago
Jim Mussared b8982ec5f9 tools/verifygitlog.py: Add additional help for subject line issues. 2 years ago
Jim Mussared f6d06b3ce0 tools/verifygitlog.py: Ignore comment lines in commit messages. 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
Angus Gratton 0e35c4de9b tools: Add pre-commit support. 2 years ago
Angus Gratton bdac8272d8 tools: Add note about uncrustify versions. 2 years ago