summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Expand)Author
2025-01-14github/workflows: Use ubuntu-22.04 for unix qemu CI.Damien George
2025-01-14github/workflows: Use Python 3.11 for unix settrace jobs.Damien George
2024-12-18ci: Add caching of ccache for Zephyr.Angus Gratton
2024-12-18ci: Cache Zephyr workspace installation.Angus Gratton
2024-11-30github/workflows: Bump codecov/codecov-action from 4 to 5.dependabot[bot]
2024-11-28github/workflows: Workaround using CPython 3.12 in MSYS2 builds.Angus Gratton
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-03github/workflows: Free up disk space on zephyr workflow.Damien George
2024-09-23github/workflows: Update Ubuntu images for code size CI tasks.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-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-07-25github/workflows: Add RISC-V 64 bits Unix port to CI.Alessandro Gatti
2024-07-25tests/run-tests.py: Make Windows test skipping more granular.stijn
2024-07-25github/workflows: Improve MSYS2-based CI builds.stijn
2024-07-15github/workflows: Use macos-latest for unix macos CI.Damien George
2024-06-26github: Add Pull Request template.Angus Gratton
2024-06-17github/workflows: Add qemu-riscv port to CI.Alessandro Gatti
2024-05-31github/ISSUE_TEMPLATE: Update issue form to remove checklist generation.Angus Gratton
2024-04-22github/workflows: Run code size workflow on shared or port code changes.Damien George
2024-04-20github/workflows: Update coverage workflow to codecov-action@v4.J. Neuschäfer
2024-03-22github/workflows: Add Biome workflow for JavaScript formatting/linting.Damien George
2024-03-15tools/ci.sh: Add Arduino GIGA to stm32 CI build.iabdalkader
2024-03-07all: Prune trailing whitespace.Phil Howard
2024-02-24github/ISSUE_TEMPLATE: Convert issue templates to forms.Angus Gratton
2024-02-07github/workflows: Standardise formatting of ruff.yml.Angus Gratton
2024-02-07github/workflows: Add comments where tool versions need to be in sync.Angus Gratton
2024-02-07github/workflows: Move codespell to a GitHub workflow, version it.Angus Gratton
2024-02-07github/workflows: Initialise micropython-lib submodule for windows CI.Damien George
2024-02-07github/workflows: Bump setup-msbuild, setup-python, checkout versions.Damien George
2024-02-06github/workflows: Move Windows CI from AppVeyor to GitHub Actions.David Lechner
2024-01-24github/workflows: Run mimxrt and rp2 CI with space in repository path.Damien George
2024-01-22github/workflows: Bump actions/cache from 3 to 4.dependabot[bot]
2023-12-15github/workflows: Bump actions/upload-artifact from 3 to 4.dependabot[bot]
2023-12-15github/workflows: Bump actions/setup-python from 4 to 5.dependabot[bot]
2023-12-15github/workflows: Bump actions/github-script from 6 to 7.dependabot[bot]
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: Enable build matrix for stm32 port.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-17github/workflows: Pin ruff to 0.1.0 and change flags for new version.Jim Mussared
2023-10-06README.md: Update CI badges.Jim Mussared
2023-10-02docs: Add requirements.txt file with dependencies for Sphinx.Jos Verlinde
2023-09-05github/workflows: Bump actions/checkout from 3 to 4.dependabot[bot]