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 ec2e3de commit dda0e32Copy full SHA for dda0e32
.github/workflows/build.yml
@@ -13,6 +13,7 @@ jobs:
13
- name: make
14
run: |
15
sudo apt-get install gcc-arm-none-eabi libnewlib-arm-none-eabi
16
+ make -C src/opencv PLATFORM=embedded/rp2350
17
make -C micropython/mpy-cross
18
make -C micropython/ports/rp2 BOARD=SPARKFUN_XRP_CONTROLLER submodules
19
make BOARD=SPARKFUN_XRP_CONTROLLER
0 commit comments