Skip to content

Commit f61d98f

Browse files
authored
Add files via upload
firmware-waveshare_rp2350_zero-9.2.x-host.uf2
1 parent 203c999 commit f61d98f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -336,8 +336,9 @@ jobs:
336336
strategy:
337337
fail-fast: false
338338
matrix:
339-
port: ${{ fromJSON(needs.scheduler.outputs.ports).ports }}
339+
port: ["rp2"]
340340
with:
341-
boards: ${{ toJSON(fromJSON(needs.scheduler.outputs.ports)[matrix.port]) }}
342-
cp-version: ${{ needs.scheduler.outputs.cp-version }}
341+
boards: '["waveshare_rp2350_zero"]'
342+
cp-version: "9.2.x"
343343
port: ${{ matrix.port }}
344+
make-flags: "CIRCUITPY_USB_HOST=1"

0 commit comments

Comments
 (0)