Skip to content

Commit 0d635ef

Browse files
committed
Enable compile example workflow for UNO R4 WiFi
1 parent dac5ce9 commit 0d635ef

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/compile-examples.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ jobs:
6464
type: mbed_giga
6565
- fqbn: arduino:renesas_portenta:portenta_c33
6666
type: renesas_portenta
67+
- fqbn: arduino:renesas_uno:unor4wifi
68+
type: renesas_uno
6769

6870

6971
# make board type-specific customizations to the matrix jobs
@@ -177,14 +179,20 @@ jobs:
177179
- name: Arduino_Portenta_OTA
178180
sketch-paths: |
179181
- examples/utility/Provisioning
180-
# Portneta C33
182+
# Portenta C33
181183
- board:
182184
type: renesas_portenta
183185
platforms: |
184186
# Install renesas_portenta platform via Boards Manager
185187
- name: arduino:renesas_portenta
186188
sketch-paths: |
187189
- examples/utility/Provisioning
190+
# UNO R4 WiFi
191+
- board:
192+
type: renesas_uno
193+
platforms: |
194+
# Install renesas_uno platform via Boards Manager
195+
- name: arduino:renesas_uno
188196
# ESP8266 boards
189197
- board:
190198
type: esp8266

0 commit comments

Comments
 (0)