Skip to content

Commit 395fb0c

Browse files
committed
testing non-tinyusb build
1 parent 2fe6202 commit 395fb0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/githubci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
run: bash ./actions_install.sh
1616
- name: test platforms
1717
run: |
18-
python3 build_platform.py uno leonardo mega2560 zero esp8266 esp32 pico_rp2040 feather_m4_express feather_rp2350_tinyusb
18+
python3 build_platform.py uno leonardo mega2560 zero esp8266 esp32 pico_rp2040 feather_m4_express feather_rp2350
1919

all_platforms.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,5 +168,5 @@
168168
"arcada_platforms" : ("pybadge", "pygamer", "hallowing_m4",
169169
"cpb", "cpx_ada"),
170170
"wippersnapper_platforms" : ("metro_m4_airliftlite_tinyusb", "pyportal_tinyusb"),
171-
"rp2040_platforms" : ("pico_rp2040", "feather_rp2040", "feather_rp2350_hstx")
171+
"rp2040_platforms" : ("pico_rp2040", "feather_rp2040", "feather_rp2350")
172172
}

0 commit comments

Comments
 (0)