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 68af97b commit 7bcfa31Copy full SHA for 7bcfa31
.github/workflows/firmware-test.yml
@@ -39,7 +39,7 @@ jobs:
39
path: /tmp/nrf51_firmware
40
- name: flash firmware
41
working-directory: /home/home/Projects/BLEnky/openocd
42
- run: src/openocd -s tcl -f raspi-bcm2385.tcl -f nrf51.cfg -c "program /tmp/nrf51_firmware/nrf51822_xxac.hex verify reset exit"
+ run: src/openocd -s tcl -f raspi-bcm2385.tcl -f target/nrf51.cfg -c "program /tmp/nrf51_firmware/nrf51822_xxac.hex verify reset exit"
43
44
test:
45
runs-on: [self-hosted, firmware-flasher]
0 commit comments