Skip to content

Commit 29ef72e

Browse files
committed
Add support for Raspberry Pi Pico 2 build test
1 parent f74adba commit 29ef72e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/compile-examples.yml

+4
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ jobs:
8080
platforms: |
8181
- name: rp2040:rp2040
8282
source-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
83+
- fqbn: rp2040:rp2040:rpipico2
84+
platforms: |
85+
- name: rp2040:rp2040
86+
source-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
8387
8488
steps:
8589
- name: Checkout

0 commit comments

Comments
 (0)