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 1e04218 commit dd5f9d2Copy full SHA for dd5f9d2
.github/workflows/ports_psoc6.yml
@@ -57,7 +57,7 @@ jobs:
57
run: |
58
cd tools/psoc6
59
cp ../../mpy-psoc6_${{ matrix.board }}_${{ needs.server-build.outputs.commit_sha }}/firmware.hex .
60
- source mpy-psoc6.sh && openocd_download_install && mpy_firmware_deploy ${{ matrix.board }} firmware.hex
+ source mpy-psoc6.sh && openocd_download_install && openocd_board_conf_download ${{ matrix.board }} && mpy_firmware_deploy ${{ matrix.board }} firmware.hex
61
cd ../..
62
- name: Run tests
63
run: cd tests && ./run-tests.py --target psoc6 --device /dev/ttyACM0 -d psoc6
0 commit comments