File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 91
91
- fqbn : arduino:mbed_edge:edge_control
92
92
type : mbed_edge
93
93
artifact-name-suffix : arduino-mbed_edge-edge_control
94
+ - fqbn : " rp2040:rp2040:rpipicow"
95
+ type : rp2040
96
+ artifact-name-suffix : rp2040-rp2040-rpipicow
94
97
95
98
96
99
# make board type-specific customizations to the matrix jobs
@@ -256,6 +259,13 @@ jobs:
256
259
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
257
260
sketch-paths : |
258
261
- examples/ArduinoIoTCloud-DeferredOTA
262
+ # PicoW
263
+ - board :
264
+ type : rp2040
265
+ platforms : |
266
+ # Install rp2040 platform via Boards Manager
267
+ - name: rp2040:rp2040
268
+ source-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
259
269
260
270
steps :
261
271
- name : Checkout
You can’t perform that action at this time.
0 commit comments