8000 Fix bug "can't use openocd on linux". · RedBearLab/nRF51822-Arduino@a73cd38 · GitHub
[go: up one dir, main page]

Skip to content

Commit a73cd38

Browse files
author
jixing.zou
committed
Fix bug "can't use openocd on linux".
1 parent afcd1a5 commit a73cd38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arduino-1.6.x/hardware/RBL/RBL_nRF51822/platform.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ tools.avrdude.upload.pattern="{cmd.path}" "-C{config.path}" {upload.verbose} -p{
106106
tools.openocd.path={runtime.tools.openocd.path}
107107
#tools.openocd.path={runtime.platform.path}/tools/OpenOCD-0.9.0-dev-arduino
108108
tools.openocd.cmd=bin/openocd.bin
109+
tools.openocd.cmd.linux=bin/openocd
109110
tools.openocd.cmd.windows=bin/openocd.exe
110111

111112
tools.openocd.upload.params.verbose=-d1

0 commit comments

Comments
 (0)
0