summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2023-09-15tools/ci.sh: Add ARDUINO_PORTENTA_C33 to RA CI build.iabdalkader
2023-09-02tools/metrics.py: Fix nrf and rp2 board names after renaming.Damien George
2023-09-02examples/natmod: Add features4 as a class definition example.Jim Mussared
2023-09-01py/dynruntime.h: Implement MP_OBJ_NEW_QSTR.Jim Mussared
2023-09-01tools/mpy_ld.py: Support more complex rodata sections.Jon Nordby
2023-08-24cc3200/Makefile: Build firmware.zip.Jim Mussared
2023-08-23rp2: Rename PICO, PICO_W to RPI_PICO, RPI_PICO_W.Jim Mussared
2023-08-23esp8266: Add board variant support.Jim Mussared
2023-08-23esp32: Rename GENERIC* boards to ESP32_GENERIC*.Jim Mussared
2023-08-23esp32: Use uppercase variant names.Jim Mussared
2023-08-23nrf/boards: Rename all nRF boards to use uppercase.Jim Mussared
2023-08-16tools/mpy-tool.py: Ignore linter failure in Python 2 compatibility code.Angus Gratton
2023-08-16tools/mpy_ld.py: Pre-declare some local variables to appease linter.Angus Gratton
2023-08-15tools/autobuild: Automatically build all variants for each board.Jim Mussared
2023-08-10tools/mpremote: Make soft-reset count as an action.Jim Mussared
2023-08-10tools/codeformat.py: Use pyproject.toml for black config.Jos Verlinde
2023-08-10tools/codeformat.py: Skip formatting ESP-IDF managed components.Daniƫl van de Giessen
2023-08-09tools/mpy-tool.py: Use isinstance() for type checking.Angus Gratton
2023-07-27tools/autobuild: Add support for application .bin files for esp32.Damien George
2023-07-21examples/natmod/deflate: Add deflate as a dynamic native module.Jim Mussared
2023-07-21all: Remove the zlib module.Jim Mussared
2023-06-23tools/autobuild: Update auto-build code to build esp32 port with IDF v5.Damien George
2023-06-23github/workflows: Update esp32 CI to use IDF v5.0.Damien George
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