summaryrefslogtreecommitdiff
path: root/tools/ci.sh
AgeCommit message (Expand)Author
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
2023-04-27all: Fix spelling mistakes based on codespell check.Damien George
2023-04-27tools/ci.sh: Add functions to check code spelling using codespell.Damien George
2023-04-27tools/ci.sh: Build both SAMD21 and SAMD51 boards as part of samd CI.Damien George
2023-04-27renesas-ra: Change MICROPY_HW_BOARD_NAME definition to product name.Takeo Takahashi
2023-02-20tools/ci.sh: Add unix, stm32 and rp2 ports to code size check.Damien George
2023-02-17tools/ci.sh: Install pkg-config for macos builds.Damien George
2022-11-23tools/ci.sh: Don't print python2 version.Damien George
2022-11-16tools/ci.sh: Remove one build from zephyr CI to speed it up.Damien George
2022-11-16tools/ci.sh: Add ARDUINO_NANO_RP2040_CONNECT to rp2 CI build.iabdalkader
2022-10-11extmod/extmod.mk: Make extmod.mk handle GIT_SUBMODULES.Jim Mussared
2022-09-19tests/frozen: Move frozentest.mpy from ports/ to tests/.Jim Mussared
2022-09-13unix: Refactor mpconfigport.h and mpconfigvariant.h.Jim Mussared
2022-09-13extmod/vfs: Add finaliser to ilistdir to close directory handle.Andrew Leech
2022-08-26stm32: Remove support for CC3000 WiFi driver.Damien George
2022-08-23tools/ci.sh: Split the stm32 builds for wiznet5k and cc3k.robert-hh
2022-08-22javascript: Rename this port to 'webassembly'.Nicholas H.Tollervey
2022-08-11unix/variants: Remove variant suffix from executable filename.Damien George
2022-08-11tools/ci.sh: Force mpy-cross build for samd and teensy.Daniel Jour
2022-08-11all: Fix paths to mpy-cross and micropython binaries.Daniel Jour
2022-08-03tools/ci.sh: Initialise submodules for more ports.Jim Mussared
2022-06-17tools/ci.sh: Drop ppa requirement for code formatting CI.David Lechner
2022-06-17zephyr: Upgrade to Zephyr v3.1.0.Maureen Helm
2022-06-10examples/natmod/features3: Add example to test more natmod features.Damien George
2022-06-09tools/ci.sh: Build native .mpy examples for armv7emsp, xtensawin in CI.Damien George