summaryrefslogtreecommitdiff
path: root/tools/ci.sh
AgeCommit message (Expand)Author
2024-10-15tools/ci.sh: Add RPI_PICO2 to CI.Damien George
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/ci.sh: Let RV64 use a source-built version of libffi.Alessandro Gatti
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-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-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-14esp32: Add support for ESP-IDF v5.2.2.Angus Gratton
2024-07-25github/workflows: Add RISC-V 64 bits Unix port to CI.Alessandro Gatti
2024-07-15github/workflows: Use macos-latest for unix macos CI.Damien George
2024-06-27tools/ci.sh: Build an stm32 board with -O2 enabled.Damien George
2024-06-17github/workflows: Add qemu-riscv port to CI.Alessandro Gatti
2024-06-04tools/metrics.py: Change rp2 board selection to RPI_PICO_W.Damien George
2024-05-27tools/ci.sh: Simplify selection of natmod tests to run.Damien George
2024-03-22tools/ci.sh: Update webassembly CI tests.Damien George
2024-03-15tools/ci.sh: Add Arduino GIGA to stm32 CI build.iabdalkader
2024-02-07github/workflows: Move codespell to a GitHub workflow, version it.Angus Gratton
2024-01-22tests: Move port-specific test directories into tests/ports/ directory.Damien George
2023-12-21tools/ci.sh: Set `ulimit -n` for unix CI.Jim Mussared
2023-12-11esp32: Change minimum supported IDF version to v5.0.4.IhorNehrutsa
2023-12-06tools/ci.sh: Build ESP32_GENERIC-SPIRAM as part of esp32 CI.Damien George
2023-12-06github/workflows: Enable ccache for esp32 build.Angus Gratton
2023-12-06github/workflows: Use build matrix for esp32 port.Angus Gratton
2023-12-06github/workflows: Cache ESP-IDF checkout and installation.Angus Gratton
2023-11-03all: Replace "black" with "ruff format".Jim Mussared
2023-10-31teensy: Remove the teensy port.Jim Mussared
2023-10-27py/mkrules.mk: Add MICROPY_PREVIEW_VERSION_2.Jim Mussared
2023-10-11tools/ci.sh: Ensure enough commits are fetched for a common ancestor.Andrew Leech
2023-09-15tools/ci.sh: Add ARDUINO_PORTENTA_C33 to RA CI build.iabdalkader
2023-09-02examples/natmod: Add features4 as a class definition example.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-23nrf/boards: Rename all nRF boards to use uppercase.Jim Mussared
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-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-08tools/ci.sh: Add mimxrt and samd ports to code size build.Damien George
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 to MODULE in preprocessor/Makefile vars.Jim Mussared