Skip to content

Commit b85373e

Browse files
committed
ci: add Pico W to compile examples workflow
1 parent 626aef4 commit b85373e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

+10
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ jobs:
9090
- fqbn: arduino:mbed_edge:edge_control
9191
type: mbed_edge
9292
artifact-name-suffix: arduino-mbed_edge-edge_control
93+
- fqbn: "rp2040:rp2040:rpipicow"
94+
type: rp2040
95+
artifact-name-suffix: rp2040-rp2040-rpipicow
9396

9497

9598
# make board type-specific customizations to the matrix jobs
@@ -303,6 +306,13 @@ jobs:
303306
- examples/ArduinoIoTCloud-DeferredOTA
304307
- examples/ArduinoIoTCloud-Notecard
305308
- examples/ArduinoIoTCloud-Schedule
309+
# PicoW
310+
- board:
311+
type: rp2040
312+
platforms: |
313+
# Install rp2040 platform via Boards Manager
314+
- name: rp2040:rp2040
315+
source-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
306316
307317
steps:
308318
- name: Checkout

0 commit comments

Comments
 (0)