Skip to content

Commit c65af94

Browse files
authored
Merge pull request #4 from adafruit/rp2040
whew pio support for rp2040!
2 parents b2fc100 + 15050e1 commit c65af94

File tree

6 files changed

+383
-153
lines changed

6 files changed

+383
-153
lines changed

.github/workflows/githubci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: bash ci/actions_install.sh
2121

2222
- name: test platforms
23-
run: python3 ci/build_platform.py zero
23+
run: python3 ci/build_platform.py feather_m0_express metro_m4 pico_rp2040
2424

2525
- name: clang
2626
run: python3 ci/run-clang-format.py -e "ci/*" -e "bin/*" -r .

0 commit comments

Comments
 (0)