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