Skip to content

Commit 8eaaa88

Browse files
authored
Merge pull request #205 from adafruit/ci-feather-rp2350
Add feather rp2350 to all_platforms
2 parents 10f66d8 + 751ddd9 commit 8eaaa88

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/githubci.yml

Lines changed: 1 addition & 1 deletion
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
18+
python3 build_platform.py uno leonardo mega2560 zero esp8266 esp32 pico_rp2040 feather_m4_express feather_rp2350_tinyusb
1919

all_platforms.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@
134134
"feather_rp2040_dvi" : ["rp2040:rp2040:adafruit_feather_dvi:freq=125,flash=8388608_0", "0xe48bff56", None],
135135
"feather_rp2040_dvi_tinyusb" : ["rp2040:rp2040:adafruit_feather_dvi:flash=8388608_0,freq=120,dbgport=Disabled,dbglvl=None,usbstack=tinyusb", "0xe48bff56", None],
136136
"feather_rp2040_usbhost_tinyusb" : ["rp2040:rp2040:adafruit_feather_usb_host:flash=8388608_0,freq=120,dbgport=Disabled,dbglvl=None,usbstack=tinyusb", "0xe48bff56", None],
137+
"feather_rp2350" : ["rp2040:rp2040:adafruit_feather_rp2350_hstx:flash=8388608_524288,freq=150,dbgport=Disabled,dbglvl=None,", "0xe48bff56", None],
138+
"feather_rp2350_tinyusb" : ["rp2040:rp2040:adafruit_feather_rp2350_hstx:flash=8388608_524288,freq=150,dbgport=Disabled,dbglvl=None,usbstack=tinyusb", "0xe48bff56", None],
137139
"qt2040_trinkey" : ["rp2040:rp2040:adafruit_trinkeyrp2040qt:freq=125,flash=8388608_0", "0xe48bff56", None],
138140
"qt2040_trinkey_tinyusb" : ["rp2040:rp2040:adafruit_trinkeyrp2040qt:flash=8388608_0,freq=120,dbgport=Disabled,dbglvl=None,usbstack=tinyusb", "0xe48bff56", None],
139141
"qt_py_rp2040": ["rp2040:rp2040:adafruit_qtpy:freq=125,flash=8388608_0", "0xe48bff56", None],
@@ -164,5 +166,5 @@
164166
"arcada_platforms" : ("pybadge", "pygamer", "hallowing_m4",
165167
"cpb", "cpx_ada"),
166168
"wippersnapper_platforms" : ("metro_m4_airliftlite_tinyusb", "pyportal_tinyusb"),
167-
"rp2040_platforms" : ("pico_rp2040", "feather_rp2040")
169+
"rp2040_platforms" : ("pico_rp2040", "feather_rp2040", "feather_rp2350_hstx")
168170
}

0 commit comments

Comments
 (0)