diff --git a/.github/workflows/compile-examples.yml b/.github/workflows/compile-examples.yml index 1652f6774..1ad373e39 100644 --- a/.github/workflows/compile-examples.yml +++ b/.github/workflows/compile-examples.yml @@ -37,6 +37,7 @@ jobs: {"fqbn": "arduino:samd:mkr1000", "type": "mkr1000"}, {"fqbn": "arduino:samd:mkrwifi1010", "type": "nina"}, {"fqbn": "arduino:samd:nano_33_iot", "type": "nina"}, + {"fqbn": "arduino:megaavr:uno2018", "type": "megaavr"}, {"fqbn": "arduino:samd:mkrwan1300", "type": "wan"}, {"fqbn": "arduino:samd:mkrgsm1400", "type": "gsm"}, {"fqbn": "arduino:samd:mkrnb1500", "type": "nb"}, @@ -71,6 +72,18 @@ jobs: - name: Arduino_JSON - name: ArduinoBearSSL sketch-paths: '"examples/utility/Provisioning" "examples/utility/SelfProvisioning"' + # Uno WiFi Rev2 + - board: + type: "megaavr" + platforms: | + - name: arduino:megaavr + libraries: | + - name: ArduinoECCX08 + - name: ArduinoSTL + - name: WiFiNINA + - name: Arduino_JSON + - name: ArduinoBearSSL + sketch-paths: '"examples/utility/Provisioning" "examples/utility/SelfProvisioning"' # LoRaWAN boards - board: type: "wan"