Skip to content

Commit dd9df60

Browse files
authoredMar 11, 2025
Merge pull request #24 from andreagilardoni/picow-ci
Adding picow to ci
2 parents 55fb70a + 5887afe commit dd9df60

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
 

‎.github/workflows/compile-examples.yml

+13
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,19 @@ jobs:
8484
- fqbn: arduino:mbed_edge:edge_control
8585
type: mbed_edge
8686
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+
type: rp2040
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
87100
88101
steps:
89102
- name: Checkout

0 commit comments

Comments
 (0)