Skip to content

Commit

Permalink
testing non-tinyusb build
Browse files Browse the repository at this point in the history
  • Loading branch information
BlitzCityDIY committed Feb 19, 2025
1 parent 2fe6202 commit 395fb0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/githubci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
run: bash ./actions_install.sh
- name: test platforms
run: |
python3 build_platform.py uno leonardo mega2560 zero esp8266 esp32 pico_rp2040 feather_m4_express feather_rp2350_tinyusb
python3 build_platform.py uno leonardo mega2560 zero esp8266 esp32 pico_rp2040 feather_m4_express feather_rp2350
2 changes: 1 addition & 1 deletion all_platforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,5 +168,5 @@
"arcada_platforms" : ("pybadge", "pygamer", "hallowing_m4",
"cpb", "cpx_ada"),
"wippersnapper_platforms" : ("metro_m4_airliftlite_tinyusb", "pyportal_tinyusb"),
"rp2040_platforms" : ("pico_rp2040", "feather_rp2040", "feather_rp2350_hstx")
"rp2040_platforms" : ("pico_rp2040", "feather_rp2040", "feather_rp2350")
}

0 comments on commit 395fb0c

Please sign in to comment.