Skip to content

Commit 0969755

Browse files
committed
Enable compile example workflow for UNO R4 WiFi
1 parent e95ccf9 commit 0969755

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: .github/workflows/compile-examples.yml

+8
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ jobs:
6262
type: mbed_opta
6363
- fqbn: arduino:mbed_giga:giga
6464
type: mbed_giga
65+
- fqbn: arduino:renesas_uno:unor4wifi
66+
type: renesas_uno
6567

6668

6769
# make board type-specific customizations to the matrix jobs
@@ -175,6 +177,12 @@ jobs:
175177
- name: Arduino_Portenta_OTA
176178
sketch-paths: |
177179
- examples/utility/Provisioning
180+
# UNO R4 WiFi
181+
- board:
182+
type: renesas_uno
183+
platforms: |
184+
# Install renesas_uno platform via Boards Manager
185+
- name: arduino:renesas_uno
178186
# ESP8266 boards
179187
- board:
180188
type: esp8266

0 commit comments

Comments
 (0)