Skip to content

Commit ad74074

Browse files
per1234aentinger
authored andcommitted
Add Uno WiFi Rev2 to "Compile Examples" CI workflow
1 parent 3640d4d commit ad74074

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/compile-examples.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
{"fqbn": "arduino:samd:mkr1000", "type": "mkr1000"},
4242
{"fqbn": "arduino:samd:mkrwifi1010", "type": "nina"},
4343
{"fqbn": "arduino:samd:nano_33_iot", "type": "nina"},
44+
{"fqbn": "arduino:megaavr:uno2018", "type": "megaavr"},
4445
{"fqbn": "arduino:samd:mkrwan1300", "type": "wan"},
4546
{"fqbn": "arduino:samd:mkrgsm1400", "type": "gsm"},
4647
{"fqbn": "arduino:samd:mkrnb1500", "type": "nb"},
@@ -79,6 +80,20 @@ jobs:
7980
sketch-paths: |
8081
- examples/utility/Provisioning
8182
- examples/utility/SelfProvisioning
83+
# Uno WiFi Rev2
84+
- board:
85+
type: "megaavr"
86+
platforms: |
87+
- name: arduino:megaavr
88+
libraries: |
89+
- name: ArduinoECCX08
90+
- name: Arduino_AVRSTL
91+
- name: WiFiNINA
92+
- name: Arduino_JSON
93+
- name: ArduinoBearSSL
94+
sketch-paths: |
95+
- examples/utility/Provisioning
96+
- examples/utility/SelfProvisioning
8297
# LoRaWAN boards
8398
- board:
8499
type: "wan"

0 commit comments

Comments
 (0)