summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2025-01-29tools/mpremote: Introduce timeout_overall for read_until().Hans Maerki
2025-01-27tools/mpremote: Avoid initial blocking read in read_until().Hans Maerki
2025-01-17tools/autobuild,esp32: Template the generation of esp32 port deploy.md.Angus Gratton
2025-01-16tools/pyboard.py: Wait a bit before accessing the PTY serial port.Alessandro Gatti
2025-01-15tools/autobuild: Don't allow a board to change its ID.Damien George
2025-01-06tools/ci.sh: Run test_full for qemu port CI.Damien George
2024-12-23tools/verifygitlog.py: Show invalid commit subjects in quotes.Alessandro Gatti
2024-12-23qemu: Add test_natmod target for RV32 and use as part of CI pipeline.Alessandro Gatti
2024-12-23tools/mpy_ld.py: Add native modules support for RV32 code.Alessandro Gatti
2024-12-18ci: Add caching of ccache for Zephyr.Angus Gratton
2024-12-18ci: Pull the Zephyr CI docker image from GitHub container reg.Angus Gratton
2024-12-18ci: Cache Zephyr workspace installation.Angus Gratton
2024-12-17tools/boardgen.py: Provide macro defns for number of cpu/board pins.Damien George
2024-12-16tools/ci.sh: Re-enable vfs_posix tests on unix qemu MIPS CI.Damien George
2024-11-30tools/ci.sh: Remove explicit macOS pkg-config install.Angus Gratton
2024-11-13tools/mpremote: Support trailing slash on dest for non-recursive copy.Damien George
2024-11-13tools/mpremote: Add test for forced copy.Damien George
2024-11-13tools/mpremote: Make sure stdout and stderr output appear in order.Damien George
2024-11-04tests/run-tests.py: Change --target/--device options to --test-instance.Damien George
2024-10-31tools/ci.sh: Fix reference commit for code size comparison.Angus Gratton
2024-10-31tools/ci.sh: Fix commit msg checking when PR branch HEAD behind master.Angus Gratton
2024-10-28tools/mpremote: Fix UnboundLocalError in Transport.fs_writefile().Glenn Moloney
2024-10-15tools/ci.sh: Add RPI_PICO2 to CI.Damien George
2024-10-15tools: Only issue a single Ctrl-C when entering raw REPL.Damien George
2024-10-09tools/mpremote: Add option to force copy.Damien George
2024-10-09tools/mpremote: Add initial regression tests for mpremote.Jim Mussared
2024-10-09tools/mpremote: Improve error output.Jim Mussared
2024-10-09tools/mpremote: Add hashing ability and use for recursive copy.Jim Mussared
2024-10-09tools/mpremote: Make filesystem commands use transport API.Jim Mussared
2024-10-09tools/mpremote: Make eval parse by default.Jim Mussared
2024-10-02zephyr: Upgrade to Zephyr v3.7.0.Maureen Helm
2024-10-02tools/ci.sh: Upgrade Zephyr docker image 0.26.13 and SDK 0.16.8.Maureen Helm
2024-09-23tools/ci.sh: Report code size for `VIRT_RV32` as well.Alessandro Gatti
2024-09-23tools/metrics.py: Add VIRT_RV32 to the code size metrics.Alessandro Gatti
2024-09-23tools/ci.sh: Let RV64 use a source-built version of libffi.Alessandro Gatti
2024-09-19tools/mpy_ld.py: Support jumping more than 2k on armv6m architectures.Damien George
2024-09-19tools/ci.sh: Clean up the Unix port's Arm target.Alessandro Gatti
2024-09-19tools/ci.sh: Add missing FFI helper for CI RV64 Unix builds.Alessandro Gatti
2024-09-19tools/ci.sh: Clean up the Unix port's MIPS target.Alessandro Gatti
2024-09-19all: Remove tinytest component.Damien George
2024-09-06tools/mpy_ld.py: Ignore R_XTENSA_ASM_EXPAND relocation entries.Alessandro Gatti
2024-09-06qemu: Rename qemu-arm port to qemu.Damien George
2024-09-04qemu-arm: Merge RISC-V 32-bit support into qemu-arm port.Damien George
2024-09-04qemu-arm: Factor board config to mk fragments.Damien George
2024-09-04tools/mpy-tool.py: Support freezing rv32imc native code.Damien George
2024-08-28qemu-arm: Rework to provide a REPL and run tests via a pty serial port.Damien George
2024-08-28github/workflows: Add CI to run tests against zephyr with qemu.Damien George
2024-08-28tools/pyboard.py: Capture stdout for pts line.Damien George
2024-08-20esp32/boards: Remove all IDF3 variants.Matt Trentini
2024-08-14esp32: Add support for ESP-IDF v5.2.2.Angus Gratton