We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 203c999 commit f61d98fCopy full SHA for f61d98f
.github/workflows/build.yml
@@ -336,8 +336,9 @@ jobs:
336
strategy:
337
fail-fast: false
338
matrix:
339
- port: ${{ fromJSON(needs.scheduler.outputs.ports).ports }}
+ port: ["rp2"]
340
with:
341
- boards: ${{ toJSON(fromJSON(needs.scheduler.outputs.ports)[matrix.port]) }}
342
- cp-version: ${{ needs.scheduler.outputs.cp-version }}
+ boards: '["waveshare_rp2350_zero"]'
+ cp-version: "9.2.x"
343
port: ${{ matrix.port }}
344
+ make-flags: "CIRCUITPY_USB_HOST=1"
0 commit comments