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 af64e40 commit c766368Copy full SHA for c766368
1 file changed
.github/workflows/build.yaml
@@ -39,6 +39,9 @@ jobs:
39
- name: Setup MicroPython ARM
40
working-directory: micropython
41
run: source tools/ci.sh && ci_rp2_setup
42
+ - name: Setup MicroPython RP2 port
43
+ working-directory: micropython/ports/rp2
44
+ run: make submodules
45
- name: Build custom firmware with extmod, RP2
46
run: make rp2 V=1
47
- name: Build module armv6m
0 commit comments