We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e95ccf9 commit 0969755Copy full SHA for 0969755
.github/workflows/compile-examples.yml
@@ -62,6 +62,8 @@ jobs:
62
type: mbed_opta
63
- fqbn: arduino:mbed_giga:giga
64
type: mbed_giga
65
+ - fqbn: arduino:renesas_uno:unor4wifi
66
+ type: renesas_uno
67
68
69
# make board type-specific customizations to the matrix jobs
@@ -175,6 +177,12 @@ jobs:
175
177
- name: Arduino_Portenta_OTA
176
178
sketch-paths: |
179
- examples/utility/Provisioning
180
+ # UNO R4 WiFi
181
+ - board:
182
183
+ platforms: |
184
+ # Install renesas_uno platform via Boards Manager
185
+ - name: arduino:renesas_uno
186
# ESP8266 boards
187
- board:
188
type: esp8266
0 commit comments