We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 436ce34 commit af4109bCopy full SHA for af4109b
.github/workflows/compile-examples.yml
@@ -91,6 +91,9 @@ jobs:
91
- fqbn: arduino:mbed_edge:edge_control
92
type: mbed_edge
93
artifact-name-suffix: arduino-mbed_edge-edge_control
94
+ - fqbn: "rp2040:rp2040:rpipicow"
95
+ type: rp2040
96
+ artifact-name-suffix: rp2040-rp2040-rpipicow
97
98
99
# make board type-specific customizations to the matrix jobs
@@ -290,6 +293,13 @@ jobs:
290
293
sketch-paths: |
291
294
- examples/ArduinoIoTCloud-DeferredOTA
292
295
- examples/ArduinoIoTCloud-Notecard
296
+ # PicoW
297
+ - board:
298
299
+ platforms: |
300
+ # Install rp2040 platform via Boards Manager
301
+ - name: rp2040:rp2040
302
+ source-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
303
304
steps:
305
- name: Checkout
0 commit comments