We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 626aef4 commit b85373eCopy full SHA for b85373e
.github/workflows/compile-examples.yml
@@ -90,6 +90,9 @@ jobs:
90
- fqbn: arduino:mbed_edge:edge_control
91
type: mbed_edge
92
artifact-name-suffix: arduino-mbed_edge-edge_control
93
+ - fqbn: "rp2040:rp2040:rpipicow"
94
+ type: rp2040
95
+ artifact-name-suffix: rp2040-rp2040-rpipicow
96
97
98
# make board type-specific customizations to the matrix jobs
@@ -303,6 +306,13 @@ jobs:
303
306
- examples/ArduinoIoTCloud-DeferredOTA
304
307
- examples/ArduinoIoTCloud-Notecard
305
308
- examples/ArduinoIoTCloud-Schedule
309
+ # PicoW
310
+ - board:
311
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
316
317
steps:
318
- name: Checkout
0 commit comments