We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55fb70a commit 5887afeCopy full SHA for 5887afe
.github/workflows/compile-examples.yml
@@ -84,6 +84,19 @@ jobs:
84
- fqbn: arduino:mbed_edge:edge_control
85
type: mbed_edge
86
artifact-name-suffix: arduino-mbed_edge-edge_control
87
+ - fqbn: "rp2040:rp2040:rpipicow"
88
+ type: rp2040
89
+ artifact-name-suffix: rp2040-rp2040-rpipicow
90
+
91
+ # make board type-specific customizations to the matrix jobs
92
+ include:
93
+ # PicoW
94
+ - board:
95
96
+ platforms: |
97
+ # Install rp2040 platform via Boards Manager
98
+ - name: rp2040:rp2040
99
+ source-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
100
101
steps:
102
- name: Checkout
0 commit comments