index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
2023-11-03
all: Update Python formatting to ruff-format.
Jim Mussared
2023-11-03
all: Replace "black" with "ruff format".
Jim Mussared
2023-10-31
teensy: Remove the teensy port.
Jim Mussared
2023-10-30
py/qstr: Add support for sorted qstr pools.
Jim Mussared
2023-10-27
py/mkrules.mk: Add MICROPY_PREVIEW_VERSION_2.
Jim Mussared
2023-10-16
py/persistentcode: Bump .mpy sub-version.
Damien George
2023-10-11
tools/ci.sh: Ensure enough commits are fetched for a common ancestor.
Andrew Leech
2023-10-06
all: Switch to new preview build versioning scheme.
v1.22.0-preview
Jim Mussared
2023-10-05
docs,tools: Change remaining "urequests" references to "requests".
Damien George
2023-10-04
tools/metrics.py: Fix esp32 and esp8266 board names after renaming.
Damien George
2023-10-03
all: Fix various spelling mistakes found by codespell 2.2.6.
Damien George
2023-09-29
tools/mpremote: Add support for rfc2217, serial over TCP.
Jos Verlinde
2023-09-29
tools/autobuild/build-downloads.py: Verify standard features.
Jim Mussared
2023-09-18
tools/autobuild: Include .bin firmware in renesas-ra build output.
Damien George
2023-09-15
tools/ci.sh: Add ARDUINO_PORTENTA_C33 to RA CI build.
iabdalkader
2023-09-02
tools/metrics.py: Fix nrf and rp2 board names after renaming.
Damien George
2023-09-02
examples/natmod: Add features4 as a class definition example.
Jim Mussared
2023-09-01
py/dynruntime.h: Implement MP_OBJ_NEW_QSTR.
Jim Mussared
2023-09-01
tools/mpy_ld.py: Support more complex rodata sections.
Jon Nordby
2023-08-24
cc3200/Makefile: Build firmware.zip.
Jim Mussared
2023-08-23
rp2: Rename PICO, PICO_W to RPI_PICO, RPI_PICO_W.
Jim Mussared
2023-08-23
esp8266: Add board variant support.
Jim Mussared
2023-08-23
esp32: Rename GENERIC* boards to ESP32_GENERIC*.
Jim Mussared
2023-08-23
esp32: Use uppercase variant names.
Jim Mussared
2023-08-23
nrf/boards: Rename all nRF boards to use uppercase.
Jim Mussared
2023-08-16
tools/mpy-tool.py: Ignore linter failure in Python 2 compatibility code.
Angus Gratton
2023-08-16
tools/mpy_ld.py: Pre-declare some local variables to appease linter.
Angus Gratton
2023-08-15
tools/autobuild: Automatically build all variants for each board.
Jim Mussared
2023-08-10
tools/mpremote: Make soft-reset count as an action.
Jim Mussared
2023-08-10
tools/codeformat.py: Use pyproject.toml for black config.
Jos Verlinde
2023-08-10
tools/codeformat.py: Skip formatting ESP-IDF managed components.
Daniƫl van de Giessen
2023-08-09
tools/mpy-tool.py: Use isinstance() for type checking.
Angus Gratton
2023-07-27
tools/autobuild: Add support for application .bin files for esp32.
Damien George
2023-07-21
examples/natmod/deflate: Add deflate as a dynamic native module.
Jim Mussared
2023-07-21
all: Remove the zlib module.
Jim Mussared
2023-06-23
tools/autobuild: Update auto-build code to build esp32 port with IDF v5.
Damien George
2023-06-23
github/workflows: Update esp32 CI to use IDF v5.0.
Damien George
2023-06-15
tools/ci.sh: Add a H5 board to stm32 CI build.
Damien George
2023-06-14
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-09
tools/mpremote: Fix exec_ -> exec in commands.py.
Jim Mussared
2023-06-08
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-02
tools/mpremote: Fix use of stdout_write_bytes function.
Damien George
2023-06-02
tools/mpremote: Detach mpremote from pyboard.py.
Jim Mussared
[next]