Skip to content

Releases: pololu/arduino-ci

remove default support for esp32

16 Dec 23:36
Compare
Choose a tag to compare

The esp32 core is too complex to maintain for the benefit of having
it. It

  • uses xtensa-esp32-elf-gcc, which has a bunch of non-static binaries
  • requires Python with specific libraries installed
  • is a big download

It should still be possible to use this core provided you set up your
environment correctly and use the correct customization options.

support Yaml config file `.arduino-ci.yaml`

09 Dec 17:16
Compare
Choose a tag to compare

Now arduino-ci looks for the .arduino-ci.yaml config file in the top-level directory of your library. This is now the recommended way to configure arduino-ci.

Initial release

03 Dec 22:48
Compare
Choose a tag to compare
Merge branch 'dev/ryantm/in_ci' into 'master'

add __ARDUINO_CI define to compile args

See merge request dev/arduino-ci!5