Skip to content

Commit 34ec8ad

Browse files
committed
Add Uno WiFi Rev2 to "Compile Examples" CI workflow
1 parent df6818a commit 34ec8ad

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/compile-examples.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
{"fqbn": "arduino:samd:mkr1000", "type": "mkr1000"},
3838
{"fqbn": "arduino:samd:mkrwifi1010", "type": "nina"},
3939
{"fqbn": "arduino:samd:nano_33_iot", "type": "nina"},
40+
{"fqbn": "arduino:megaavr:uno2018", "type": "megaavr"},
4041
{"fqbn": "arduino:samd:mkrwan1300", "type": "wan"},
4142
{"fqbn": "arduino:samd:mkrgsm1400", "type": "gsm"},
4243
{"fqbn": "arduino:samd:mkrnb1500", "type": "nb"},
@@ -71,6 +72,18 @@ jobs:
7172
- name: Arduino_JSON
7273
- name: ArduinoBearSSL
7374
sketch-paths: '"examples/utility/Provisioning" "examples/utility/SelfProvisioning"'
75+
# Uno WiFi Rev2
76+
- board:
77+
type: "megaavr"
78+
platforms: |
79+
- name: arduino:megaavr
80+
libraries: |
81+
- name: ArduinoECCX08
82+
- name: ArduinoSTL
83+
- name: WiFiNINA
84+
- name: Arduino_JSON
85+
- name: ArduinoBearSSL
86+
sketch-paths: '"examples/utility/Provisioning" "examples/utility/SelfProvisioning"'
7487
# LoRaWAN boards
7588
- board:
7689
type: "wan"

0 commit comments

Comments
 (0)