From ffb61601a2b4ac40f6fe72c018551e9dcd97aae9 Mon Sep 17 00:00:00 2001 From: Alexander Entinger Date: Thu, 16 Dec 2021 09:12:27 +0100 Subject: [PATCH 1/2] Fix CI Build The Arduino Sensor Kit is explicitly targetting the Arduino Uno. Therefore we do not need a CI build for the Arduino Zero (although it would fit on the sensor kit shield when only considering the form factor). --- .github/workflows/compile-examples.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/compile-examples.yml b/.github/workflows/compile-examples.yml index ca92c85..2ff7200 100644 --- a/.github/workflows/compile-examples.yml +++ b/.github/workflows/compile-examples.yml @@ -43,9 +43,6 @@ jobs: - fqbn: arduino:megaavr:uno2018 platforms: | - name: arduino:megaavr - - fqbn: arduino:samd:arduino_zero_edbg - platforms: | - - name: arduino:samd steps: - name: Checkout repository From 5ee9823999999c881c968c341e28cf7aaa426164 Mon Sep 17 00:00:00 2001 From: Alexander Entinger Date: Thu, 16 Dec 2021 09:24:20 +0100 Subject: [PATCH 2/2] Removing Arduino MEGA, since it's not form factor compatible either. --- .github/workflows/compile-examples.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/compile-examples.yml b/.github/workflows/compile-examples.yml index 2ff7200..02f7aa6 100644 --- a/.github/workflows/compile-examples.yml +++ b/.github/workflows/compile-examples.yml @@ -34,9 +34,6 @@ jobs: - fqbn: arduino:avr:uno platforms: | - name: arduino:avr - - fqbn: arduino:avr:mega - platforms: | - - name: arduino:avr - fqbn: arduino:avr:leonardo platforms: | - name: arduino:avr