We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f74adba commit 29ef72eCopy full SHA for 29ef72e
.github/workflows/compile-examples.yml
@@ -80,6 +80,10 @@ jobs:
80
platforms: |
81
- name: rp2040:rp2040
82
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
87
88
steps:
89
- name: Checkout
0 commit comments